Viewing 15 posts - 211 through 225 (of 1,838 total)
I've sometimes seen problems caused by COALESCE because it has that quirk of choosing the data type of all its parameters with the highest precedence. Either should be used sparingly...
November 8, 2019 at 8:14 pm
Is Query Analyzer different from SQL Server Management Studio?
Note: this article was first published in 2003.
Back in the SQL Server 2000 days, the GUI tools for SQL Server were...
November 8, 2019 at 4:29 pm
I think there may be some confusion between Extended Events, and Event Notification. Extended Events are what the script you provided would create, and can write to targets such as...
November 7, 2019 at 7:13 pm
Glad you got it figured out. I know hunting through the Active Directory structures can be painful sometimes. 🙂
November 5, 2019 at 11:45 pm
The performance mainly depends on the indexes available for the table and how up to date statistics are.
If there is not an index that has person_id as the first column,...
November 5, 2019 at 11:42 pm
I do not know if my method is faster or slower, but I would do it with a subquery:
Have you looked at the execution plan for this? Depending on...
November 4, 2019 at 6:13 pm
Please note this is a 14 year old thread. The original function shown should now be written as a inline table valued function, not the way this is. Also, just...
November 1, 2019 at 7:13 pm
I notice you say this is a SQL Server 2008 R2 cluster. I want to get clarification on what you are saying. Are you saying when Node2 is the active...
November 1, 2019 at 6:30 pm
I have a developer attempting to install and use SSIS locally with his SQL 2017 instance...Now, when he runs SSMS to connect to Integration services he gets the "class...
November 1, 2019 at 5:56 pm
I've found working with Excel as a source for SSIS works a little better when you specify Data Access Mode = "SQL command" and when the first row has column...
October 31, 2019 at 7:25 pm
ADHOC.ATS_ESH
ADHOC.ATS_ESL
TSI.ZATS_BROKER_FEED
October 30, 2019 at 7:13 pm
The Update Failed message reminds me of when I was a database developer some time ago working with Oracle, and the DBA's there programmed some automated job that would e-mail...
October 30, 2019 at 6:11 pm
I heavily use the "Rules and Alerts" in Outlook to help manage my work e-mails to automatically put incoming messages into different folders, which I read at different times. In...
October 30, 2019 at 6:03 pm
Sorry I missed that point, you can find them and script them out in the Object Explorer Detail view in SSMS. I believe the info is in the msdb.dbo tables:
sysproxies,...
October 29, 2019 at 4:24 pm
I almost forgot, check if you have any SQL Agent jobs on the instance. You can script those from the Object Explorer Detail window in SSMS.
October 28, 2019 at 4:38 pm
Viewing 15 posts - 211 through 225 (of 1,838 total)