Viewing 15 posts - 3,016 through 3,030 (of 14,953 total)
The second query should work as written in T-SQL. Are you getting an error message from it, or just assuming it needs to be rewritten?
The usual way to cut...
October 31, 2011 at 7:57 am
Table variables definitely work. Just not temp tables (or "real" tables, of course).
October 31, 2011 at 7:51 am
Okay, that can definitely be improved relatively easily.
I'll need object definitions for the views/tables it's pulling data from to really rebuild it, but it can be done as a single...
October 31, 2011 at 7:13 am
What kind of front-end application are you using for this?
That's where user input takes place. How you do it depends on the type of application and how you build...
October 31, 2011 at 7:03 am
I'm not clear on what you're trying to do.
Why do you need a new window in order to put a T-SQL script into a job?
October 31, 2011 at 6:59 am
Functions can't create objects or modify data. You can use table variables in them, if they are either multi-value or scalar, but not table functions.
Can you post the code...
October 31, 2011 at 6:56 am
I'd use a dynamic SQL command to do Select Into from each file.
October 31, 2011 at 6:55 am
DBA is a bit overwhelming at first.
No, revise, forget "a bit". It's just plain overwhelming at first.
Unless you have good guidance from one or more people who already know...
October 31, 2011 at 6:50 am
Markus (10/31/2011)
October 31, 2011 at 6:38 am
Can the second procedure call the first procedure and use the data from it that way. Then you just call the second procedure.
Otherwise, you'll need to take the recordset...
October 28, 2011 at 12:10 pm
In the data flow task, add a derived column, and put the date in that. That goes between the source and the destination.
October 28, 2011 at 11:30 am
Kiara (10/28/2011)
GSquared (10/28/2011)
Touch is faster than mousing, but since I use a trackball with four buttons and a scroll-wheel that can act as a fifth button, touch doesn't anywhere near...
October 28, 2011 at 11:28 am
Yes, it can be done.
However, I'd store the hierarchy in one place if possible.
A team could have parent/child teams, but unless an employee can be in more than one team,...
October 28, 2011 at 11:26 am
Viewing 15 posts - 3,016 through 3,030 (of 14,953 total)