Viewing 15 posts - 571 through 585 (of 7,636 total)
Thanks, Tom. I actually spent quite a lot of time on it. I especially liked that though it was T-SQL question, cutting and pasting it to a query...
April 7, 2010 at 3:55 pm
RBarryYoung (4/7/2010)
photonicman (4/7/2010)
Lol, I did not read your reply, Pass Through... how do I do that, lolHang on, I'll have to look it up...
Hmm, I'm having a lot of trouble...
April 7, 2010 at 1:35 pm
FYI, I just remembered that the DAY/DATEADD/DATEDIFF functions can be a problem sometimes...
April 7, 2010 at 12:35 pm
photonicman (4/7/2010)
Lol, I did not read your reply, Pass Through... how do I do that, lol
Hang on, I'll have to look it up...
April 7, 2010 at 12:34 pm
Well, I most definitely am not a SQL Server DBA, even though SQL Server is my primary focus. I am a SQL Server Developer and (even worse :-)) a...
April 7, 2010 at 12:25 pm
Go to the "Processes" tab and then sort-descending on the CPU column.
April 7, 2010 at 12:18 pm
Oops, I forgot one other possible solution: Use a PASSTHOUGH option. Almost all access method libraries have some kind of option to allow the query to be passed...
April 7, 2010 at 12:08 pm
photonicman (4/7/2010)
Just to Clarify, the Debug Window Code, pated into Management Studio works 100%
Understood. This is uncommon, but still a reasonable occurrence, primarily because the SQL that you are...
April 7, 2010 at 12:06 pm
photonicman (4/7/2010)
April 7, 2010 at 11:48 am
photonicman (4/7/2010)
I think there...
April 7, 2010 at 11:42 am
GSquared (4/7/2010)
RBarryYoung (4/7/2010)
ghostdance1969 (4/6/2010)
I can't believe I overlooked that this whole time.
Thank you so much
By the way I read alot of your replies helping others, you're...
April 7, 2010 at 11:38 am
CirquedeSQLeil (4/7/2010)
the tables are stored in the protected hidden resource db.
Well, some of it is, but a lot of it is not even there. Rather, much of it is...
April 7, 2010 at 11:36 am
Here's some stuff that can help us answer your question:
1) add a DEBUG.PRINT SQL and paste the results here so that we can more easily see the whole SQL command...
April 7, 2010 at 11:24 am
Lookup the syntax for INSERT INTO..SELECT. You cannot put any external qualifications between the INSERT and the SELECT. If you want to filter it you should do that...
April 7, 2010 at 11:14 am
Viewing 15 posts - 571 through 585 (of 7,636 total)