Viewing 15 posts - 2,956 through 2,970 (of 18,926 total)
That's 200 MB, not the issue.
What ahve you done so far?
September 7, 2011 at 10:23 am
sqlgreg (9/7/2011)
Yes, I just created a smaller version of the same database, same kind of data, just 1000 rows instead of 10 million.
No problems, I can back it up ok....
September 7, 2011 at 10:19 am
Thanks Lutz. A couple more "me toos" here should be enough to make sure they consider it correctly. Sounds like they "over simplified" their version of...
September 7, 2011 at 10:12 am
Try creating a new user db and doing the select into with 10 000 rows.
See if that reproduces the issue.
September 7, 2011 at 10:10 am
If you create a new db in the same folder(s). Can you read / write from it?
September 7, 2011 at 10:04 am
Are you sure you are looking at the right file? Did you refresh after running the command?
September 7, 2011 at 10:02 am
COALESCE returns the FIRST non-null it finds (doesn't matter if you don't feed any nulls). If you need more complex logic than this then you can use a case...
September 7, 2011 at 10:01 am
If you think this is a fluke you can shrink it.
But if it grows again then you know this is what the system needs to have.
As a first round of...
September 7, 2011 at 9:54 am
Anything else that fails?
How did you load that db?
Have you tried running the same script with encryption off?
September 7, 2011 at 9:34 am
Marios Philippopoulos (9/7/2011)
Ninja's_RGR'us (9/7/2011)
Marios Philippopoulos (9/7/2011)
Ninja's_RGR'us (9/7/2011)
Just a guess but cancelling the job could do it...But these are not SQL jobs, they are reports running on a user's machine.
Subscriptions are...
September 7, 2011 at 9:16 am
Marios Philippopoulos (9/7/2011)
Ninja's_RGR'us (9/7/2011)
Just a guess but cancelling the job could do it...But these are not SQL jobs, they are reports running on a user's machine.
Subscriptions are setup as jobs,...
September 7, 2011 at 9:08 am
Just a guess but cancelling the job could do it...
September 7, 2011 at 9:02 am
Viewing 15 posts - 2,956 through 2,970 (of 18,926 total)