Viewing 15 posts - 20,341 through 20,355 (of 26,484 total)
nscott (6/22/2009)
I am trying to insert 489 records in Access from one linked SQL 2005 table to another and get the following message:
[ODBC--insert on a linked table 'dbo_WKORDER' failed.
[Microsoft][ODBC SQL...
June 22, 2009 at 3:53 pm
Run this query:
select * from sys.event_notifications
June 22, 2009 at 3:15 pm
What is happening on the network during that time? Any network backups, large data transfers between systems, heavy user activity? Anything that may cause a delay on the...
June 22, 2009 at 12:11 pm
rob.patterson (6/22/2009)
Lynn Pettis (6/22/2009)
Sorry, but according to BOL (Books Online) that information is not stored in metadata.
Yeah, I saw that in BOL also. But it HAS to be stored...
June 22, 2009 at 11:54 am
Sorry, but according to BOL (Books Online) that information is not stored in metadata.
June 22, 2009 at 11:38 am
It could be an intermittent network issue. The best thing to do is actually perform all your backups to a local directory and then move (or copy) the backup...
June 22, 2009 at 11:32 am
unknown (6/22/2009)
http://www.dbasupport.com/
Echo...
This site was mentioned earlier in the thread...
June 22, 2009 at 11:22 am
NEI, Not Enough Information. At this point, please read the first article I have referenced below regarding asking for assistance. Without knowing the table definitions and how the...
June 22, 2009 at 11:19 am
I don't know what is going on here, but for some reason I can't post my code directly in this thread.
Attached is the code I put together for your problem....
June 22, 2009 at 11:14 am
Is Order the name of a column in the table? If so, put brackets around it, like this:
tablealias.[Order] -- Please note, I didn't use yout table name, short term...
June 22, 2009 at 10:47 am
How about posting the code for dbo.udf_GenerateNextFilename?
June 22, 2009 at 10:36 am
businessintelligence2010 (6/22/2009)
What is not right below? I am trying to pull a data from another table where 'Inncode' from tblOTSOrder = first 5 character from 'Site_Id' from tblSRO378.
select
tblOTSOrder.InnCode,
tblSRO378.Order
FROM tblOTSOrder
INNER...
June 22, 2009 at 10:33 am
Actually, if I did the search correctly, I found 5 SELECT DISTINCT statements in the code.
Edit:
And 3 cursors.
June 22, 2009 at 10:23 am
I have to agree whole heartly with Grant on this one. I'd want to get paid to work on that one. Lot of code, not a lot of...
June 22, 2009 at 10:20 am
Eswin (6/18/2009)
Hi ExpertzPerformance wise Which is better
...
And please provide me a good cursor example (ie optimized cursor eexample).
Isn't this, optimized cursor an oxymoron?? 😉
June 22, 2009 at 10:09 am
Viewing 15 posts - 20,341 through 20,355 (of 26,484 total)