Viewing 11 posts - 1 through 11 (of 11 total)
A very useful trick.
Thank you.
Henrik Staun Poulsen
Stovi Software, Denmark
October 26, 2005 at 1:13 am
Lynn,
I've tried both 'default' and ('default') to no avail. The parameter comes from my C# application, where I've skipped (not added) the @U parameter, because I want the...
September 29, 2005 at 12:46 am
I've done further tests, and it looks as if there is a 64 byte limit on the length of the parameters. Anyone else seen this?
Henrik
September 28, 2005 at 12:29 am
Hi Evgueni,
The Out-of-process feature is indeed a major difference. PDFs as well. Thanks for spelling it out clearly.
Henrik
September 27, 2005 at 1:26 am
We use a program called Blat.exe, which is free, and can be found at http://www.blat.net
I call it from xp_cmdshell, and it works great.
Best regards
Henrik Staun Poulsen
Stovi Software, Denmark
September 22, 2005 at 2:19 am
Hi Mark,
It works. Running DBCC UPDATEUSAGE works.
Thank you very much for your script, and for your help.
Best regards,
Henrik Staun Poulsen
August 22, 2005 at 7:58 am
Hi Mark,
Thank you very much for writing back to me, even just before I go on holiday (today) as well. I have tried DBCC UPDATEUSAGE (dbname) locally, and found problems,...
July 22, 2005 at 6:25 am
Pete,
We're doing pretty much the same job as you are, and DTS runs just fine. If your only problem is that you cannot clear down the Access db, then it...
July 21, 2005 at 3:27 am
Pete,
I've tried getting DTS to delete records from an Access database to no avail. I ended up running a "copy" command to get an new empty copy of my Access database....
July 21, 2005 at 2:47 am
Mark,
I'm getting a negative free_DB_Space for two of our databases. When running these two queries: select size, maxsize 'maxsize' from sysfiles where (status & 64 = 0) compute sum(size)
select...
July 6, 2005 at 3:08 am
I think that this line has been forgotten:
dbcc traceon (1807)
it should be added at the top.
It enables SQL Server to backup to a network disk.
So my script looks like this:
dbcc...
June 27, 2005 at 3:41 am
Viewing 11 posts - 1 through 11 (of 11 total)