Viewing 15 posts - 8,731 through 8,745 (of 9,399 total)
dwain.c (11/17/2013)
Jeff Moden (11/17/2013)
WayneS (11/17/2013)
November 18, 2013 at 5:45 am
If you want to see the value of a variable at a certain point during execution and can't get debug to work, the PRINT (http://technet.microsoft.com/en-us/library/ms176047%28v=sql.100%29.aspx) and SELECT (http://technet.microsoft.com/en-us/library/ms189499%28v=sql.100%29.aspx) statements work...
November 16, 2013 at 7:00 am
L' Eomot Inversé (11/15/2013)
Revenant (11/15/2013)
crookj (11/15/2013)
Kurt W. Zimmerman (11/15/2013)
L' Eomot Inversé (11/15/2013)
Ed Wagner (11/15/2013)
L' Eomot Inversé (11/14/2013)
Ed Wagner (11/14/2013)
whereisSQL? (11/13/2013)
DeleteJunk
Food
Cooking
Accountancy
Books
Doc Savage
paperback
pulp fiction
John Travolta
November 16, 2013 at 6:39 am
Koen Verbeeck (11/15/2013)
Most important line was:
Error: Cannot load .Net security policy file 0x80004005
A quick google search told me to reset...
November 15, 2013 at 12:38 pm
Abu Dina (11/15/2013)
November 15, 2013 at 5:53 am
Windows updates are applied by either the Windows Update service and for SQL Server 2005 and beyond, SQL Server SPs and patches are handled by Windows Update.
If I'm not mistaken,...
November 15, 2013 at 5:40 am
Good question. It made me think, so I enjoyed it.
November 15, 2013 at 5:31 am
Revenant (11/14/2013)
L' Eomot Inversé (11/14/2013)
dwain.c (11/14/2013)
Greg Edwards-268690 (11/14/2013)
Show me the person who is a master of all things SQL Server.They are as rare as seeing a unicorn...
They call this the...
November 15, 2013 at 5:25 am
L' Eomot Inversé (11/14/2013)
Ed Wagner (11/14/2013)
whereisSQL? (11/13/2013)
DeleteJunk
Food
Cooking
November 15, 2013 at 5:21 am
eccentricDBA (11/14/2013)
Revenant (11/14/2013)
Ed Wagner (11/14/2013)
whereisSQL? (11/13/2013)
DeleteJunk
Science
Witchcraft
Cher (Witches of Eastwick)
November 14, 2013 at 2:58 pm
Sean Lange (11/14/2013)
Chad Crawford (11/14/2013)
SQLRNNR (11/14/2013)
Greg Edwards-268690 (11/14/2013)
They are as rare as seeing a unicorn!
SQL Server covers...
November 14, 2013 at 11:11 am
Alan.B (11/14/2013)
Edward Boyle-478467 (11/14/2013)
If OBJECT_ID('TEST_procedure','P') is not Null Drop procedure TEST_procedureGo
create procedure TEST_procedure
@exampleid XML
as
update tablea
set text_field = 'Y'
where
example_id in (Select x.value('(.)','varchar(100)') from @exampleid.nodes('/List/Field/text()') as x(x))
Go
If object_id('tablea') is Not Null...
November 14, 2013 at 8:57 am
Greg Edwards-268690 (11/14/2013)
They are as rare as seeing a unicorn!
SQL Server covers such a broad range of products,...
November 14, 2013 at 7:28 am
I don't know, Lowell. It doesn't make much sense to me to have a nonclustered index on the same field as your clustered index unless the nonclustered index contains...
November 14, 2013 at 7:26 am
Viewing 15 posts - 8,731 through 8,745 (of 9,399 total)