Viewing 15 posts - 1 through 15 (of 55 total)
I was thinking to convert this T-SQL based system to SSIS solution using Maintenance Plan Task components. I haven't done much research on it but seems like doable.
Do you...
February 8, 2011 at 9:14 am
Thanks for the reply.
We are actually doing what you suggested and we are controlling these individual scripts on all the server that are run by schedule jobs, through a dedicated...
February 8, 2011 at 8:32 am
Thank you guys. it is fixed!!!
We are importing data as "Select * into....." through sql script which we run in SSIS. For remote server properties, connection timeout and query time...
January 6, 2011 at 2:24 pm
Thank you guys.
This is first project of this size for us. We do not have any stats yet. We are changing back end from Oracle to SQL Server for a...
September 9, 2010 at 3:07 pm
Steve Jones - Editor (8/19/2010)
August 19, 2010 at 11:23 am
Finally we had meeting with our developers. They showed us how the users actually select options from the front end. They have limited control over forcing users to select elements...
August 19, 2010 at 10:44 am
Thanks Chris...let me go through it.
Thanks
August 18, 2010 at 7:04 am
Thanks for the replies guys.
While waiting on the reply, I created this small script and it proves what I assumed. The results are different:
create table #a (x int, y int)
create...
August 17, 2010 at 10:26 am
try this....I got it from this gentleman (http://www.sqlservercentral.com/scripts/Index+Management/31800/[/url])
-- Select all table names, their individual indexes with keys, description
-- and disk size in MB into a temporary table.
SET NOCOUNT ON
SET...
March 8, 2010 at 12:41 pm
This might be a good start...
http://www.xdevsoftware.com/blog/post/Query-Active-Directory-from-SQL-2005.aspx
March 3, 2010 at 9:42 am
Is it possible for you to share the objective of the requirement?
By the way LiteSpeed 5 and above can do the job. www.quest.com
March 1, 2010 at 8:02 am
Are you a database administrator? Do you have permissions on all the database on the instance?
March 1, 2010 at 8:01 am
Viewing 15 posts - 1 through 15 (of 55 total)