Viewing 15 posts - 211 through 225 (of 240 total)
rVadim (2/8/2011)
Did you switch to CMD mode?From menu: Query -> SQLCMD Mode
or you can set it permanently in SSMS by going to
Tools >> Options >> Query Execution >> SQL...
February 8, 2011 at 2:01 pm
I also thought that !DIR is just a typo and answered correctly.
But why 2008? It works fine in 2005 as well.
February 8, 2011 at 8:34 am
SELECT CONVERT(CHAR(10), CONVERT(DATETIME, 'Sep 27 1957 12:00AM', 109), 101)
February 7, 2011 at 4:57 pm
I wonder if EXCEPT or INTERSECT can be used here.
Just an idea...
February 7, 2011 at 4:44 pm
I use SSMS Tools Pack for this.
January 7, 2011 at 9:27 am
I use Mike Tutor's script. If someone interested it's here:
November 24, 2010 at 11:11 am
My SQL Server 2005 BOL dated April 2006 doesn't mention the [count] argument for the GO command. I guess it was added later, in one of the service packs perhabs.
November 23, 2010 at 3:03 pm
iqtedar,
Here is another article you may want to check:
http://www.sqlservercentral.com/articles/Configuring/managingmaxdegreeofparallelism/1029/
--Vadim.
August 11, 2010 at 11:13 pm
espanolanthony (8/3/2010)
so that i can rebuild/reorganise only those indexes that are specified above the shown percentage fragmentation level instead of running the whole task in the weekend.
Here is...
August 4, 2010 at 4:09 pm
Nice and fast - Thank you.
Suggestions:
1. Option to create DROP INDEX statemens.
2. Option to skip clustered indexes.
--Vadim.
July 30, 2010 at 2:59 pm
There is a typo in PasswordFieldSymetricKey. 'm' is missing from word Symmetric.
--Vadim.
July 19, 2010 at 3:58 pm
Here is an article about linking to previous row. See if this can help.
http://www.sqlservercentral.com/articles/T-SQL/62159/
--Vadim.
June 21, 2010 at 1:23 pm
Viewing 15 posts - 211 through 225 (of 240 total)