Viewing 15 posts - 5,836 through 5,850 (of 14,953 total)
Trey Staker (11/30/2010)
CELKO (11/29/2010)
GilaMonster (11/27/2010)
CELKO (11/26/2010)
Older, experienced SQL programmers use the original syntax so they can see n-ary relationships.
It is a generalization, but it is founded on several things from...
November 30, 2010 at 2:54 pm
GilaMonster (11/30/2010)
Before I reply to his assertions, I'd like an...
November 30, 2010 at 2:39 pm
Is it possible the @active parameter is interfering with the query? What did you set that to when you ran the query outside the proc?
November 30, 2010 at 1:09 pm
I'd have to at least see the code for the stored proc before I'd be able to begin helping on this.
November 30, 2010 at 1:01 pm
Can you post the script here?
If not, try adding a conversion to datatype "time" on the column and see if that does what you need.
November 30, 2010 at 12:59 pm
The schedules are stored in msdb. You can query the tables there to see if a row already exists with the criteria you want to use.
November 30, 2010 at 12:57 pm
So, it seems to me that it's doing exactly what it should be. It's giving you the rows for the companies, and their data from the sub-table. Right?
If...
November 30, 2010 at 12:50 pm
The limitations are you cannot use Dev Edition to do anything except develop and test databases and software. If you use it in a production environment at all, which...
November 30, 2010 at 12:48 pm
Top result for a Bing search for file type ".map": http://filext.com/file-extension/map
November 30, 2010 at 12:43 pm
Microsoft Update service. Make sure you have all the service packs for the OS and for SQL. http://www.update.microsoft.com
November 30, 2010 at 12:40 pm
CLR procedures can write to a text file pretty easily.
I'd use SSIS, but if you don't like that, and don't like BCP, give CLR a shot.
November 30, 2010 at 12:38 pm
Excel is assuming it's a time, because of the format. Without a date on it, Excel adds a default date. You'll need to convert it to time-only during...
November 30, 2010 at 12:35 pm
I'd have to see the tables and the data in them to tell you specifically what to do.
Take a look at the data returned, you'll need to see what doesn't...
November 30, 2010 at 12:33 pm
Viewing 15 posts - 5,836 through 5,850 (of 14,953 total)