Viewing 15 posts - 10,726 through 10,740 (of 14,953 total)
You should still be able to get that from the call to vp_wfcaudit right after that sub-query, where it's alliased as "a".
February 26, 2009 at 7:33 am
You should take a look at the DateName function. It will return the name of the day of the week for you. And it'll be faster than the...
February 25, 2009 at 3:13 pm
Steve, I can't remember if geo-heating/cooling has been mentioned before in your energy update posts. Is that something you've thought about? It generally pays for itself in a...
February 25, 2009 at 3:12 pm
I don't think Visual Studio will step through an SQL proc. Management Studio for SQL 2008 will do that, but I don't think VS will do it for 2005....
February 25, 2009 at 3:03 pm
Look up triggers in Books Online or MSDN. Either one will give you the data on how to write them.
February 25, 2009 at 3:00 pm
noeld (2/25/2009)
Watch out for SQL 2005 has issues with ORDER BY in the definition of the views!
Not really. It does what it's supposed to.
February 25, 2009 at 2:59 pm
So long as the XML doesn't have multiple nodes, you can put the XQuery portions of the second query right into the first query. I thought you were going...
February 25, 2009 at 2:57 pm
Try changing that part to this, see if it gets you what you need:
inner join
(select -- get max Supervisor Approval...
February 25, 2009 at 2:53 pm
You can create a database diagram in Management Studio. If you want to e-mail it to someone, print it as a PDF, attach it to the e-mail, and away...
February 25, 2009 at 2:44 pm
You can use the XQuery modify function for that. Books Online has details and a couple of examples.
February 25, 2009 at 2:40 pm
This is a duplicate thread. Please don't post the same question in multiple forums.
February 25, 2009 at 2:36 pm
Nope. I don't understand what your second query is supposed to do, so I really can't do much with it.
February 25, 2009 at 2:35 pm
I'm not a report designer, but I'm sure you can get the whole recordset to show on the report. I'm not sure why it would only show the total...
February 25, 2009 at 2:32 pm
There might be a way to hack it, not sure. I know you could stop the SQL service, save your database and log files, unistall SQL and reinstall it....
February 25, 2009 at 2:20 pm
I think you'd just have to uninstall SQL 2000, or otherwise make sure it's not in use. You're more correcting an error you made the first time around, since...
February 25, 2009 at 2:16 pm
Viewing 15 posts - 10,726 through 10,740 (of 14,953 total)