Viewing 15 posts - 46 through 60 (of 242 total)
yes of course... but... can you create them (somehow) in a disabled state?
September 5, 2007 at 8:23 am
Mark!!!
You rock bro!
Many thanks!
August 24, 2007 at 8:28 am
wow.... cool! thanks!
oops... need the initial code to create sp_FindCode
August 24, 2007 at 8:10 am
i see...
i couldn't do that before cause i 'migrated' them over with the wizard.
now having looked over the 'open' selection more closely i see that it's
looking for a .dts package....
August 16, 2007 at 7:02 pm
wait a minute... 2008 does not support that feature any longer?
oh no! that was my diamond in the rough.
so even if i install the dts designer, and runtime...
August 10, 2007 at 7:48 am
found this for the 2005 feature pack, but
couldn't find any thing for the above mentioned
files just yet.
From SQL Server 2005 Feature Pack:
SQLServer2005_ADOMD.msi Microsoft ADOMD.NET
msxml6.msiMicrosoft Core XML Services (MSXML) 6.0
DB2OLEDB.exeMicrosoft...
August 7, 2007 at 3:44 pm
just need a quick list of what they are all used for:
SQL2005 Enterprise CD\Tools\Setup
msxml6.msi
OWC11.MSI
sqlncli.msi
SqlRun.msi
SqlRun_Tools.msi
SqlServer2K5_BOL.msi
SQLServer2005_BC.msi
SqlSupport.msi
SqlWriter.msi
sqlxml4.msi
vs_setup.msi
SQL2005 Enterprise CD\Servers\Setup
msxml6.msi
OWC11.MSI
sqlncli.msi
SqlRun.msi
SqlRun_AS.msi
SqlRun_DTS.msi
SqlRun_NS.msi
SqlRun_RS.msi
SqlRun_SQL.msi
SQLServer2005_BC.msi
SqlSupport.msi
SqlWriter.msi
sqlxml4.msi
August 7, 2007 at 12:56 pm
i'm having trouble actually setting this up.
don't suppose there is a quick 'how-to' out there written specifically
for setting up a linked server to informix? i've got a user account...
July 18, 2007 at 9:17 am
thanks for the example! i see whats happening now.
i can see how it gets the name using each object id i
have in the parens, but i guess there's...
July 12, 2007 at 12:38 pm
so just as a test... i'll run a query against sysobjects with only
the name and id.
select name, id from master..sysobjects
i can then get the id to appear just as the...
July 12, 2007 at 8:47 am
excellent script... would be almost perfect if it had
an smtp send statement built in
July 9, 2007 at 11:47 pm
can a script be written to read through each server's SQL Logs, then return which
servers backups experienced a failure?
i'm looking for the same type of solution without adding an additional...
June 19, 2007 at 11:41 am
so by using a scheduled task i can parse the filename,
and move the files based on that?
for example: what if all files are named: MyFile2007050800.txt
scheduled task will be able...
June 13, 2007 at 11:58 am
excellent answers!!
thanks for the break-down too.
June 5, 2007 at 8:04 am
thanks for the response.
here is what i'm running. with text as output: CTRL+T
it simply lists all databases and their corresponding size.
------------------------------------------------
set nocount on
declare @counter smallint
declare @counter1 smallint
declare @dbname varchar(100)
declare @size...
June 1, 2007 at 11:08 am
Viewing 15 posts - 46 through 60 (of 242 total)