Viewing 15 posts - 3,031 through 3,045 (of 6,395 total)
There are CU's and hotfixes available after SP4 for 2005, its up to you if you want to install them or not
January 3, 2013 at 5:11 am
Also remember that sp_change_users_login is a depreciated command, it has been replaced by ALTER LOGIN and will be removed from a future release on SQL.
January 3, 2013 at 4:35 am
-m = single user mode
-f = single user mode with minimal configuration
January 3, 2013 at 4:17 am
You cant add a bit to a varchar or a varchar to a bit.
What are you trying to do, string concatenation?
Please provide details of your task at hand.
January 2, 2013 at 5:57 am
Jason-299789 (1/2/2013)
anthony.green (1/2/2013)
Jason-299789 (1/2/2013)
In which case you will need to change the
IF @p_Error IS NOT NULL
January 2, 2013 at 4:43 am
Dave Ballantyne (1/2/2013)
To my mind these are two fundementally different queries.
Just because you have a sequential transactionID which means you happen to get the same result, this is...
January 2, 2013 at 4:37 am
If no indexes with a - then do you have a database or a schema or an object which has - in its name?
January 2, 2013 at 4:24 am
On the server or on your local machine?
January 2, 2013 at 4:03 am
Does the file exist in that location on the server?
January 2, 2013 at 3:57 am
Check sys.indexes in every database where the name has -
IF @frag < 30.0
SET @command = N''ALTER INDEX ['' + @indexname + N''] ON ['' +@DBname+ N''].[''+ @schemaname + N''].[''...
January 2, 2013 at 3:54 am
Sounds all to familar, especially with people not locking their workstations. At a previous employer we had a security audit for anyone working on sensitive high level information and...
January 2, 2013 at 3:40 am
You have index(s) with a - in their name. If the script does not put the index name in [] brackets when rebuilding/reorganising, then the script will fail.
Either change...
January 2, 2013 at 3:31 am
Jason-299789 (1/2/2013)
In which case you will need to change the
IF @p_Error IS NOT NULL
January 2, 2013 at 3:16 am
Viewing 15 posts - 3,031 through 3,045 (of 6,395 total)