Viewing 15 posts - 346 through 360 (of 383 total)
i got this from this article http://www.mssqltips.com/tip.asp?tip=1426
DECLARE @DBInfo TABLE
( ServerName VARCHAR(100),
DatabaseName VARCHAR(100),
FileSizeMB INT,
LogicalFileName sysname,
PhysicalFileName NVARCHAR(520),
Status sysname, ...
March 19, 2008 at 6:57 am
hi, i am doing your script in your article and it works great, now is there a way to run that script against different servers in an ssis package? if...
March 18, 2008 at 3:02 pm
hi thanks, my issue is I attempt to connect to an instance of Integration Services on a remote server, and the server responds with an "Access is denied" error message....
March 18, 2008 at 2:43 pm
I am trying to connect to my server's SSIS through my local machine. I am not sure i understand your solution.:ermm:
March 18, 2008 at 11:44 am
indeed it was a permissions issue! thank you soo much!
March 17, 2008 at 7:01 am
i get no errors, in the job it comes out as ran successfully.
March 14, 2008 at 9:48 am
thank you! I did read the article I think at this point i will go for a much simpler solution just to get the disk space usage to create reports...
March 14, 2008 at 6:52 am
Has anyone been using this script and has been working for them?
March 13, 2008 at 1:09 pm
hi for some reason i always get the growth size to be 0, do you have an updated script?
March 13, 2008 at 1:05 pm
hi thanks for your script, does your script do the same thing create a table with all the metadata information from the system tables?
March 13, 2008 at 10:23 am
so for now since i don't have the existing script and i will create it to use it in the future. what would be the ideal way to know how...
March 12, 2008 at 12:59 pm
thank you!, no i haven't i guess is never too late to start! 😀
March 12, 2008 at 12:19 pm
Viewing 15 posts - 346 through 360 (of 383 total)