Viewing 15 posts - 16 through 30 (of 368 total)
sholliday (10/28/2010)
Mauve (10/28/2010)
I see references to OPENXML in the postings.Don't use OPENXML! Use XQuery. See the following SQL ServerCentral article:
True, but BE WEARY of element based xml depending on your...
October 28, 2010 at 2:50 pm
I see references to OPENXML in the postings.
Don't use OPENXML! Use XQuery. See the following SQL ServerCentral article:
October 28, 2010 at 2:16 pm
Mauve (11/9/2009)
September 29, 2010 at 7:51 am
The same problem can occur in a standard web application where the Reporting Server is separate from the Database Server. Which it should be for performance, etc. I.e.,...
September 28, 2010 at 7:36 am
Having worked with Oracle for 25+ years, I'm continually frustrated with the lack of "core" functionality that Microsoft is so slow to implement. This is just another one as...
September 27, 2010 at 9:06 am
EdVassie (9/27/2010)
We successfully use Full-Text under SQL Server 2005 and SQL Server 2008 R2 with Named Pipes disabled
Interesting. Maybe the Microsoft documentation is wrong. See http://msdn.microsoft.com/en-us/library/ms345189.aspx for...
September 27, 2010 at 6:45 am
EdVassie (9/21/2010)
If you want to use Full Text indexing then you will need Named Pipes.
Not true. We successfully use Full-Text under SQL Server 2005 and SQL Server 2008 R2...
September 24, 2010 at 12:13 pm
UMG Developer (6/25/2010)
Hugo Kornelis (6/25/2010)Please, people - NEVER USE CODE LIKE THIS IN PRODUCTION CODE!!!!
I agree, but I think variable concatenation is very commonly used, so it is important for...
June 25, 2010 at 12:26 pm
Hugo is 100% correct! Using this technique is 100% unpredictable. It will not work with table variables, derived tables, etc.
If you need to make a delimited list of...
June 25, 2010 at 9:05 am
Mighty (6/11/2010)
June 11, 2010 at 9:11 am
sadair (6/9/2010)
This will all work well when the delete is accomplished via the proc, but what happens when the delete is ad hoc from Enterprise Manager or...
June 9, 2010 at 9:16 am
christopher.cormier (6/9/2010)
June 9, 2010 at 9:09 am
jacroberts (5/7/2010)
Grant Fritchey (5/7/2010)
May 7, 2010 at 8:51 am
bill page-320204 (5/6/2010)
We use SourceSafe. We keep each proc separate. When I need to change one, I check it out, modify it, paste it...
May 6, 2010 at 1:35 pm
No, it cannot be done in SQL Server 2005.
See the BOL: http://technet.microsoft.com/en-us/library/ms157399(SQL.90).aspx
May 6, 2010 at 9:19 am
Viewing 15 posts - 16 through 30 (of 368 total)