Viewing 15 posts - 166 through 180 (of 418 total)
Tnx for answering all.
On posting the SP: it's basically a 'simple' select with 4 parameters. However, the select is on a view, built up from 3 other views, which each...
June 19, 2008 at 1:43 am
I am still curious why a file package made with the Import/Export wizard cannot be debugged in VS2003...
June 18, 2008 at 8:51 am
Nope, they're the same. As are the 2 tables, including collation order.
As an add-on: source is SQL2K, destination SQL2005. I really hope that's not a problem!
June 11, 2008 at 12:48 am
Tnx for answreing, but:
Where is the object dbo.sysobjects? A unqualified select, or even a qualified select on this objects gives me a resultset, but I can't see it anywhere in...
June 10, 2008 at 4:54 am
Solved it, but I find its weird.
I just made 2b ExecuteSQL tasks and seperated the DROP and CREATE table statements. Nothing with double apostrophe. It runs as intended and a...
May 16, 2008 at 5:02 am
Final script:
SELECT DB_NAME() AS DB
, 'File' =
CASE
WHEN groupid = 0 THEN 'Log'
ELSE 'Data'
END
, SUM(CAST(size/128.0 as DECIMAL(10,2))) AS Size_in_MB
, SUM(CAST(FILEPROPERTY(name, 'SpaceUsed')/128.0 AS DECIMAL(10,2))) AS...
May 5, 2008 at 3:03 am
Tnx a lot Adrian, this is what I was looking for.:w00t:
Except, that I need to distinguish between data and log files. But I think I can get that done. Working...
May 5, 2008 at 2:17 am
Rows tracking makes me check ALL tables, this piece of code does the job.
I am finding out how it works, except for the counting of TXT, ntxt and such.
Tnx for...
April 28, 2008 at 11:24 pm
Tnx for the heads-up, Grant. I still am not sure if this counter is significant in PerfMon; I think not.
February 8, 2008 at 6:59 am
Tnx for answering all.
I am amazed the size I set will be 'remembered'. I would think it must be stored somewhere...
January 24, 2008 at 1:14 pm
Tnx for answering.
Evil, I know what a clustered index is, my question was about Unique index(clustered) vs Primary key.
Paul,
The 1 NULL value I had not thought about. Pragmatically however, I...
January 24, 2008 at 1:11 pm
Tnx for answering all.
I still am curious about the name being accepted on creation but rejected on changing.
January 22, 2008 at 11:41 am
Lot of typo's in the script, annoying.
December 27, 2007 at 8:48 am
Right....never would've thought of that!
Tnx.
December 24, 2007 at 5:01 am
Viewing 15 posts - 166 through 180 (of 418 total)