Viewing 15 posts - 10,861 through 10,875 (of 14,953 total)
There's a line in the CompressName function that tests the value of @c. I think it may not have come across in the forum correctly, because it checks if...
February 20, 2009 at 12:04 pm
You're right. That's what I get for not testing the way I should.
Replace this line:
'ID', ''), ',') as ID
with:
'ID', ''), ',', '') as ID
Just tested that part, and it...
February 20, 2009 at 11:56 am
The company I currently work for had a heat-related massive downtime issue a month or so before I started here. From what I understand, the AC failed, and alerts...
February 20, 2009 at 11:49 am
You can't exec inside a UDF. No dynamic SQL in them.
What's the end result you're trying to achieve?
February 20, 2009 at 11:40 am
IF (select * from [tpqaplantsql\plantdb].LoggerReport.dbo.logger2)=0
Should that have "count" in the select?
February 20, 2009 at 9:53 am
In Management Studio, you should be able to pop open the Activity Monitor, and see what connections are active and all that. That might be a good place to...
February 20, 2009 at 9:43 am
Lynn Pettis (2/20/2009)
Why are we getting such basic questions from someone with a "Master" in Computer Application, has been apparently working with SQL...
February 20, 2009 at 9:40 am
It's just an incrementing hex number.
I just created three temp tables from one connection and four from another. Then I selected the last 12 characters of each temp table's...
February 20, 2009 at 9:22 am
It really depends on what you'll be using the data for, and how you'll be querying it. Since that's what indexes are for, it's necessary to know that before...
February 20, 2009 at 9:14 am
winston Smith (2/20/2009)
is there a need to backup the tempdb really?
Nope.
February 20, 2009 at 7:07 am
RJ (2/19/2009)
February 19, 2009 at 3:35 pm
Steve Jones - Editor (2/19/2009)
February 19, 2009 at 3:29 pm
Posting XML in the forum directly doesn't work.
Attach it as a text file.
February 19, 2009 at 3:26 pm
I'm not exactly an expert on XQuery, but I might be able to help.
First, though, does the XML that needs to be updated, need to be updated, or generated?
It would...
February 19, 2009 at 3:23 pm
paul.starr (2/19/2009)
February 19, 2009 at 1:47 pm
Viewing 15 posts - 10,861 through 10,875 (of 14,953 total)