Viewing 15 posts - 1,126 through 1,140 (of 1,292 total)
By the way, check to see any Database Backups are running?
If not SQL Server Agent, may be any other scheduler (Windows Task Scheduler) is calling a Job which does...
Blog -- LearnSQLWithBru
Join on Facebook Page Facebook.comLearnSQLWithBru
Twitter -- BruMedishetty
November 7, 2009 at 7:07 am
Follow Jason's Suggestion that should work.
Blog -- LearnSQLWithBru
Join on Facebook Page Facebook.comLearnSQLWithBru
Twitter -- BruMedishetty
November 6, 2009 at 1:49 pm
Implementing backups depends on what is the least amount of Data that you are ready to loose in case of a failure occurs. Once that is defined by you or...
Blog -- LearnSQLWithBru
Join on Facebook Page Facebook.comLearnSQLWithBru
Twitter -- BruMedishetty
November 6, 2009 at 1:48 pm
If you choose transactional replication, my guess is you have no choice of controlling the replication after backups in the Nights etc.
The better way is to go with...
Blog -- LearnSQLWithBru
Join on Facebook Page Facebook.comLearnSQLWithBru
Twitter -- BruMedishetty
November 6, 2009 at 1:41 pm
Those Files and Directories must be existing on the Server where SSIS Packages are deployed, check and you should find them.
Blog -- LearnSQLWithBru
Join on Facebook Page Facebook.comLearnSQLWithBru
Twitter -- BruMedishetty
November 6, 2009 at 1:38 pm
I may give it a try if you can give the text file as attachment here, truncate the large portion of the data, so it can be a sample.
Blog -- LearnSQLWithBru
Join on Facebook Page Facebook.comLearnSQLWithBru
Twitter -- BruMedishetty
November 6, 2009 at 1:31 pm
Karen Roslund (11/6/2009)
The sqlSourceType is a fileConnection and the FileConnection is AllowedtoFailPrologueSqland i cannot find that file from the server where the ssis package is located...
If the SourceType is a...
Blog -- LearnSQLWithBru
Join on Facebook Page Facebook.comLearnSQLWithBru
Twitter -- BruMedishetty
November 6, 2009 at 1:27 pm
Transactional Replication is an option, there is no doubt about it.
Before configuring you need to figure out who is the distributor, since configuring local distributor would have some performance...
Blog -- LearnSQLWithBru
Join on Facebook Page Facebook.comLearnSQLWithBru
Twitter -- BruMedishetty
November 6, 2009 at 1:22 pm
if i take a look at the properties the IsStoredProcedure property is set to false..
How can i find the execute Sql Tasks scripts?
Is there a place where i can...
Blog -- LearnSQLWithBru
Join on Facebook Page Facebook.comLearnSQLWithBru
Twitter -- BruMedishetty
November 6, 2009 at 1:11 pm
The maintenance plan does a complete backup nightly and a transaction log nightly right after the complete backup (that's what I see in properties of my maint plan)
The optimization options(reorg...
Blog -- LearnSQLWithBru
Join on Facebook Page Facebook.comLearnSQLWithBru
Twitter -- BruMedishetty
November 6, 2009 at 1:03 pm
I havent seen anything about create filegroups, files, partition function for "future storage".
I mean. I would like to know if I can create filegroups, files and partition function from now...
Blog -- LearnSQLWithBru
Join on Facebook Page Facebook.comLearnSQLWithBru
Twitter -- BruMedishetty
November 6, 2009 at 12:49 pm
It looks like the SSIS Package was create without using the DataFlow task, the entire Data transfer must have been implemented in the Execute SQL tasks only, for which you...
Blog -- LearnSQLWithBru
Join on Facebook Page Facebook.comLearnSQLWithBru
Twitter -- BruMedishetty
November 6, 2009 at 12:39 pm
Interesting question that I would try at my SQL Lab @ Home and update here, cannot test it in my work location.
Blog -- LearnSQLWithBru
Join on Facebook Page Facebook.comLearnSQLWithBru
Twitter -- BruMedishetty
November 6, 2009 at 12:21 pm
PASS Summit
Blog -- LearnSQLWithBru
Join on Facebook Page Facebook.comLearnSQLWithBru
Twitter -- BruMedishetty
November 6, 2009 at 12:18 pm
I would like to know my options for
1)testing further to see why this is so large
2)assessing whether the shrinkfile would be safe to use
These are my inputs and am glad...
Blog -- LearnSQLWithBru
Join on Facebook Page Facebook.comLearnSQLWithBru
Twitter -- BruMedishetty
November 6, 2009 at 12:16 pm
Viewing 15 posts - 1,126 through 1,140 (of 1,292 total)