Viewing 15 posts - 35,581 through 35,595 (of 49,557 total)
atramard (12/1/2009)
- shrink any file you can
- move DB's...
December 1, 2009 at 7:19 am
nialltuohy (12/1/2009)
What I have is a TBL_AUDIT_ID, the table definition and sample data is below, I've attached an image of the data in my TBL_AUDIT_ID aswell.
I'm guessing that you haven't...
December 1, 2009 at 7:15 am
How did you try the import?
There are several Access-SQL 'upsize wizards' on the MS site. Have you tried those?
November 30, 2009 at 9:30 pm
RCC-JAXDBA (11/30/2009)
November 30, 2009 at 9:28 pm
atramard (11/30/2009)
Detached the Db to delete the log ..... nothing worked
Do not delete the transaction log unless you're comfortable with the chance of getting a suspect and unusable database afterwards.
November 30, 2009 at 9:24 pm
Anyone feel like tackling this? I do not have the free time today to give it the attention it looks like it needs
http://www.sqlservercentral.com/Forums/Topic826285-1291-1.aspx
November 30, 2009 at 9:24 pm
Sherri Barkley (11/30/2009)
November 30, 2009 at 9:22 pm
The best fix for this is to restore from backup. Don't try and restore then DTS stuff around. The system tables are not to be messed around with in that...
November 30, 2009 at 9:34 am
dzordz_parowkowy (11/30/2009)
but I got error message:Msg 208, Level 16, State 1, Line 4
Invalid object name 'inserted'.
What can be the reason?
Because inserted is only visible in the trigger itself, not in...
November 30, 2009 at 9:23 am
Sample data and expected results please. Also, the definition of the cursor (and whatever table it's based on).
As it is, I can't test on my own machine and get you...
November 30, 2009 at 9:21 am
Not sure how knowing VB or C# will help in troubleshooting SQL.
So this is for SSIS, not SQL itself? If so, I'll ask the mod to move the thread...
November 30, 2009 at 9:16 am
You mean to write front-end apps to interface with SQL?
If you're not familiar with the language I'd suggest a good 'beginner's guide to..' type book.
November 30, 2009 at 9:09 am
Please post table definitions, sample data and desired output. Read this to see the best way to post this to get quick responses.
http://www.sqlservercentral.com/articles/Best+Practices/61537/
November 30, 2009 at 9:08 am
Steve Jones - Editor (11/30/2009)
As Bru mentioned, you haven't joined TableA
It is joined, just the ON clauses are missing
DELETE FROM a -- table to be deleted from
FROM ATable...
November 30, 2009 at 9:04 am
A delete can only affect a single table. It will affect the table that's specified straight after the DELETE [FROM]. Any tables after the second FROM are just used to...
November 30, 2009 at 8:15 am
Viewing 15 posts - 35,581 through 35,595 (of 49,557 total)