Viewing 15 posts - 15,961 through 15,975 (of 18,926 total)
Select col1, col2, coln, 0 as id into #table from dbo.atable where 1=0
BTW, DON'T DO THIS in production. It's cool for a one time copy of the table, but...
June 29, 2005 at 3:50 pm
Yup, see you tomorrow.
June 29, 2005 at 3:48 pm
Alright... what part took a minute to soak in??
June 29, 2005 at 3:47 pm
I don't see why I would use that, it's just a custom datatype, nothing more.
June 29, 2005 at 3:47 pm
Get a copy of the query that is being executed on the server... there's most certainly a stupid syntax error in it (test in query analyser).
Also here's the equivalent vb...
June 29, 2005 at 3:45 pm
24. I finished my 1 year course 14 months ago. Been a programmer/dba/network/helpdesk/analyst at the same job ever since.
June 29, 2005 at 3:34 pm
That would be another major Whoops...
Can we delete this file without breaking the system?
June 29, 2005 at 3:32 pm
That's your problem. If you read correctly I almost only answer to questions. I posted 2-3 questions when I joined and I also posted a challenge. This...
June 29, 2005 at 3:31 pm
Have you seen any use for this (besides for the system tables)?
June 29, 2005 at 3:29 pm
How about this??
"SELECT DATEDIFF(minute, '" & DTSGlobalVariables("RefreshStartDate").Value & "','" & DTSGlobalVariables("RefreshEndDate").Value & "')"
June 29, 2005 at 3:28 pm
14 months old here
.
Don't know your system enough, but you seem to have categories, but you also seem to have types of...
June 29, 2005 at 3:26 pm
If you don't want to rerun the query for performance, then you can always create a temp table to old the results.
Insert the results in the temp table.
Select the #temp...
June 29, 2005 at 3:23 pm
Viewing 15 posts - 15,961 through 15,975 (of 18,926 total)