Viewing 15 posts - 1 through 15 (of 1,243 total)
Thank for this simple view into the world of data type conversion. Would the same thing happen if comparing two varchar's of different width ? (example varchar(30) to varchar(255) )
----------------------------------------------------
July 17, 2026 at 7:36 am
In my experience the changing of schema owners is not a common practice. I can see this applying more to a QA system. Good information however.
----------------------------------------------------
July 13, 2026 at 9:47 pm
I wonder if making use of XACT_STATE(), within the body of the TRY can help. Something like issuing print statements or logging into a table to see the before and...
----------------------------------------------------
April 10, 2026 at 11:26 pm
A old handy tool you could use, if still around, is Microsoft Visio. I think the earlier before 2005 versions are quite nice. Otherwise you can make do with the...
----------------------------------------------------
April 10, 2026 at 11:12 pm
AS mentioned, file "copy" the certificate you created on prod to QA and register it there. Else you are just creating a different one on the QA system regardless of...
----------------------------------------------------
April 9, 2026 at 2:17 am
"
The enabling of this setting is causing problems in our code, and so we need to understand where this is being set.
"
What problems is this causing exactly ?
from...
----------------------------------------------------
April 9, 2026 at 2:07 am
Old post , but
Using the tmp table suggested by another, you can use bcp with argument -f, -l for first and last rows from this table. Used in a loop...
----------------------------------------------------
April 9, 2026 at 1:14 am
"The maintenance installation script that creates all of the stored procedures is over 9000 lines. I am not going to spend the hours reviewing that "
I dont review the...
----------------------------------------------------
April 9, 2026 at 1:03 am
Nevermind. I needed to leave out the SQL keyword.
I'm curious on the solution details. If you have a login already for this one windows account, could you not just...
----------------------------------------------------
April 9, 2026 at 12:55 am
Many times a developer may model a new stored procedure by copying an existing one as a template. This may leave variables that are not used and calls to other...
----------------------------------------------------
April 7, 2026 at 10:06 pm
AS time goes by and the backup table become larger how will this scale ? Should there be a date cutoff on the Exists clause in the inserts ?
How would...
----------------------------------------------------
March 5, 2026 at 7:46 am
Very insightfull and easy to read. Thank you.
----------------------------------------------------
March 5, 2026 at 7:39 am
Insightful , thank you for the information. One comment I do have
"If the database is accessible, take the backup. The backup might be used to restore the data which is...
----------------------------------------------------
December 1, 2025 at 8:15 am
MSSQL has a similar function, but at the DB level, so we have an associated database to the main one, which contains something like logs and performance monitor data....
----------------------------------------------------
November 22, 2025 at 9:33 am
Simple and to the point, thank you. Another interesting exercise would be where you have a table partitioned across file groups. It would be interesting to see how restoring (for...
----------------------------------------------------
November 1, 2025 at 3:47 pm
Viewing 15 posts - 1 through 15 (of 1,243 total)