Viewing 15 posts - 826 through 840 (of 1,640 total)
bret.christoe (9/24/2012)
If you do know that you have a backup...
September 24, 2012 at 11:37 am
Thanks a lot
Another case, if I just do a restore of a database from a backup to another database, do I need to do a update statictics right...
September 23, 2012 at 12:39 pm
So does that mean the indexes never been rebuilt?
Yes. Are rows in these tables modified after the import? If not, then the indexes won't get fragmented, and there is no...
September 23, 2012 at 12:18 pm
Nils Gustav Stråbø (9/23/2012)
If so I wonder why not hearing much complain of the query running slow?
As Gail said; fragmented indexes will usually not slow down that much, not like...
September 23, 2012 at 12:13 pm
Thanks, we are using that script doing maintenance of db, but only on weekend.
Now that reminds me another related question, we have a process nightly to create some tables in...
September 22, 2012 at 11:11 pm
The reason I ask is I saw actually we have a ETL that seems generated somehow.
In it there are about 30 data flows, from the format they look so alike.
They...
September 20, 2012 at 1:32 pm
Thanks, I found you can only install one instance of SSIS on it.
The microsoft doc is confusing to say they can co-exist.
September 14, 2012 at 2:45 pm
Thanks, this work perfect.
I do want to delete subfolders, so the second statement works too.
How can I only delete files with extension .txt in above command
Thanks
September 14, 2012 at 1:13 pm
Thanks, I figured that out by removing the old 2008 SSIS installation, and the 2012 show up automatically
September 14, 2012 at 9:26 am
Thank you all.
I would like to add the command in sql agent job, using operating system(CmdExec).
can I use the command directoy in the code window instead of using a bat...
September 14, 2012 at 9:25 am
Any other recommendations to pull more than 1000 rows.
I guess maybe change AD server setting from 1000 to more is not a recommended one?
Thanks
September 4, 2012 at 6:12 pm
I think you are right, if I give a criterior that limits it to a small dataset, there is no error.
How do you make the query to pull only a...
September 4, 2012 at 5:41 pm
Viewing 15 posts - 826 through 840 (of 1,640 total)