Viewing 15 posts - 406 through 420 (of 609 total)
i load data through ssis pkgs, source and dest both are sql server databases, this is done every month.
February 1, 2010 at 10:22 am
i load fresh data every month about 50GB.
any thgouts on this process or is there a scopre fro improvement ?
February 1, 2010 at 10:04 am
i get this..
Volume in drive \\OBBEVAER\IT_Reports is OBBEVAER_Data
Volume Serial Number is B2BD-B330
NULL
Directory of \\OBBEVAER\IT_Reports\DBANULL
File Not Found
NULL
January 30, 2010 at 11:42 am
ohh yeah, there is no file in there? any other way to do ?
January 30, 2010 at 11:22 am
Andrew
Could you please how you pre prepared for the exams ?
do we get any books dedicated for this preparation?
can we beleive some online question banks which gurantee passing exams...
January 29, 2010 at 5:39 am
Actually i am not trying to capture the result but the message's in the result pane
January 28, 2010 at 2:15 pm
OK, my running the below query it solved my problem.
SELECT p.name, p.folderid, f.foldername
FROM dbo.sysdtspackages90 p JOIN dbo.sysdtspackagefolders90 f
ON p.folderid = f.folderid
An example for moving packages from the MSDB...
January 28, 2010 at 11:36 am
I dont see any kind of error mesgs any where. Can you some one please look into my option above help implementing that.
January 26, 2010 at 9:46 am
I dont think that will work in my case because its not just model database sometime it stops at user databases too but very rare which atleast proves that problem...
January 26, 2010 at 5:50 am
I just need to know how many recrods updted on which table and value from the coumn "state"
I want to insert them into a audit table (Tablename,RowsUpdated,State)
January 21, 2010 at 10:28 am
Every time i import data (more than 100 million records) through wizard i get comminication link failure error from one server to another, is there an easy ans fast way...
January 14, 2010 at 4:50 am
Thank you so much guys.. appreciate all your replies for my post.
As Lynn said actually it was my fault not giving the datatype in the post but anyways this helped...
January 12, 2010 at 2:10 pm
great, Lynn's query
update dbo.TheTable set
TheColumn = 2009 + (TheColumn / 100.00)
worked for me.
For the same real data type how would i update 2008.1,2008.2......
with...
January 12, 2010 at 1:12 pm
Viewing 15 posts - 406 through 420 (of 609 total)