About 50 results
Open links in new tab
  1. Partitioned and non partitioned table - social.msdn.microsoft.com

    Dec 5, 2016 · I have a table on 2 databases with thesame amount of data in it, however on one database the table is partitioned and on the other its not partitioned. I do notice that the table that is …

  2. Print Layout Problems in Report Viewer

    Mar 29, 2017 · The issue may be caused by that your report body size is larger than the Page Size. When previewing report on “Print Layout”, the report body is the same with paper size, so when you …

  3. SQL Audit Settings - DB level vs Server Level

    Jul 1, 2019 · My question is, lets say, you use DATABASE_OBJECT_CHANGE_GROUP at the server level, it is my understanding that you would NOT need to also do a DB level audit with …

  4. Complicated Stored Procedure - Need Guidance

    Jan 1, 2014 · Hello All, I am developing a ASP.NET webforms app using SQL Server 2008 R2 Database. AppData database for logging in is stored on same SQL Server (I plan to have other …

  5. Row Level Security vs View - social.msdn.microsoft.com

    Dec 4, 2019 · RLS was created by MS because they use user level security heavily in MS Dynamics CRM and had implemented it using views. They soon discovered how hard and time consuming that …

  6. Unable to Load Table Get - social.msdn.microsoft.com

    Aug 11, 2013 · I am trying to populate a table in SQL Server 2008 using SSIS but the source is from a Url on a web from a third party software which has been developed in My SQL database but I don't …

  7. stored proc consuming high CPU - social.msdn.microsoft.com

    Mar 30, 2020 · A stored proc is getting executed number of times and is causing high CPU pressure. How to fix this?

  8. Blob in MySql using c# - social.msdn.microsoft.com

    Dec 10, 2008 · There is a varbinary (max) data type in MS SQL Server, and there is a VarBinaryMax.VarBinaryMax sql data type in ADO.NET with which you can store and retrive blob …

  9. OPENROWSET DB2 to SQL - social.msdn.microsoft.com

    May 17, 2017 · Is there a way using OPENROWSET to get data from DB2 to SQL and vice versa.

  10. Using the HttpHandler with the .JPG extention

    Oct 13, 2021 · I've created a Handler calling MS Sql db to create an image everything works fine, I’ve configured IIS to Handle the extension .JPG under the [Application Configuration] – [Application …