Viewing 15 posts - 7,171 through 7,185 (of 7,636 total)
I've been a consultant for over 25 years, and I can safely say that this is a negotiable item.
As a consultant I would always like to get paid for doing...
April 12, 2008 at 3:56 pm
The standard technique for this is to add a dummy clause to the WHERE:
strWhere = " WHERE (1=1) "
For i = 1 to 4
strWhere = strWhere...
April 11, 2008 at 8:02 pm
OK, thanks to Matt's link & insights, I was able to get this to work without having to resort to MS's three line preamble:
Select @xml.value('(/*:Error/*:_Description/text())[1]', 'nvarchar(255)' )
The underscore is just...
April 11, 2008 at 12:48 pm
OK, I've got it now. And thanks for the link, it's not what I was hoping for, but it is exactly what I needed.
April 11, 2008 at 12:26 pm
Matt Miller (4/11/2008)
April 11, 2008 at 12:12 pm
Matt Miller (4/11/2008)
Edit: the Namespace declaration must be wrong, since trying to retrieve that pulls a 404 error for me....
Yeah, but that shouldn't matter, Namespace declarations are just labels, they...
April 11, 2008 at 10:54 am
Matt: unfortunately, I do not actually have any control over this XML, as it is a Microsoft error message returned by Service Broker. I just quickly mocked the...
April 11, 2008 at 10:50 am
Wow.
I really wish that the {code} IFcode tags would treat their contents as literals and not strip out the html & xml tags.
April 11, 2008 at 10:43 am
Michael Earl (4/7/2008)
The semi-colon you have included is also a batch separator but is...
April 11, 2008 at 7:28 am
Jonathan Beck (4/10/2008)
It does not allow me the flexibility of the...
April 10, 2008 at 11:08 pm
Jason Selburg (4/10/2008)
Jeff Moden (4/9/2008)
Heh... nice job there "Joel" 😛Hey, who the heck is this Joel guy? :hehe:
I hope that you're not trying to take credit for Joel's fine work...
April 10, 2008 at 10:51 pm
narendra.ree (4/10/2008)
Just fire backup command with truncate_only and then resize the log files
That won't fix it if it's being caused by replication.
April 10, 2008 at 10:49 pm
Sridhar (4/9/2008)
we are using sql server 2005. We have some queries that will take long to complete. When the user is running these queries, we can see...
April 9, 2008 at 8:55 pm
A) do you have replicaiton on this database?
B) any open transactions on this database?
April 9, 2008 at 8:27 pm
Viewing 15 posts - 7,171 through 7,185 (of 7,636 total)