Viewing 15 posts - 1,501 through 1,515 (of 1,957 total)
Ok, so there are some problems with the code that need addressing.
First, the patterns : they will not work with PATINDEX, also we need to know the length of the...
February 12, 2011 at 5:32 pm
Have a look in your user temp folder (Start...Run...%TEMP%...OK) it may be there named ~vsXXXX.sql where XXXX is a number...
SSMSTools is worth installing for this feature alone - it records...
February 11, 2011 at 5:34 pm
I don't use the redgate ones but have had issues with other add-ins and biggish union queries... although they were quickly resolved by the authors
February 11, 2011 at 5:02 pm
Do you have any add-ins installed in SSMS - like maybe a code completion tool?
February 11, 2011 at 4:45 pm
Good news, glad you found it. And thanks for the feedback.:-)
February 10, 2011 at 4:39 pm
I would check for database/server level triggers - my guess is you have one that is misbehaving...
February 10, 2011 at 9:08 am
You're welcome. These things are sent to test us 🙂
February 9, 2011 at 2:54 pm
You need to use the Array() function...
February 9, 2011 at 2:47 pm
Tom.Thomson (2/8/2011)
February 8, 2011 at 5:56 pm
Yes, it is probably the best way to go.
February 8, 2011 at 10:06 am
Ok, maybe CONTEXT_INFO is confusing the matter....
So, I have created a test script that creates two databases, two tables with two triggers and a third table to act as the...
February 7, 2011 at 5:00 pm
Can you check if the provider option "Level Zero Only" is checked in Server Objects/Linked Server/Providers/SQLNCLI10
If it is checked, it could be the cause of the error - if appropriate...
February 6, 2011 at 7:17 pm
Here you go ...
This generates a linking column against each table - a simple row number for each user and an NTILE based on count of users for each MITagging...
February 6, 2011 at 6:20 pm
Viewing 15 posts - 1,501 through 1,515 (of 1,957 total)