Viewing 15 posts - 151 through 165 (of 285 total)
Also I just became aware of this SSIS component called CodePageConvert that may do you some good....
November 5, 2009 at 7:11 am
Never done this - but I think you would cast all of your incoming data using the COLLATE operator. Looks like there is plenty of detailed info in BOL...
November 4, 2009 at 3:21 pm
We probably have over a hundred SSIS packages running here, some daily, monthly, some on demand. I think it should work well for you, but as previously mentioned, there is...
October 30, 2009 at 1:21 pm
Hmm..
I also use Hyperbac on one of our servers. It works a little differently - its a windows service that "intercepts" standard SQL backup commands. If it detects...
October 30, 2009 at 1:04 pm
SQLEXPRESS is the default instance name for Sql Express, just as MSSQLServer is the default instance name for Standard.
See
October 30, 2009 at 12:30 pm
The software used to perform the backup is recorded in the msdb.dbo.backupmediaset table.
In my case if I run:
select software_name from msdb.dbo.backupmediaset
For standard SQL backups I get "Microsoft SQL Server"
When I...
October 30, 2009 at 12:20 pm
Just a follow up to my auto-grow ordeal.....
I needed to shrink my db from 950GB to 400GB. After several attempts to shrink by small amounts and letting them run for...
October 29, 2009 at 7:33 am
Don't know of an article, but if you type "Fuzzy Lookup Transformation " in BOL it will describe it. Assuming you're familiar with SSIS, this is a component in...
October 28, 2009 at 1:31 pm
I would suggest the "Fuzzy Match" feature in SSIS. I have used it a couple of times to cross reference data between different systems and it has been very...
October 28, 2009 at 9:02 am
ODBC should be fine as long as the database user account is only a member of the new ROLE which only has SELECT permissions on the VIEW.
One way I would...
October 26, 2009 at 7:37 am
You can restore a SQL 7 backup to a SQL 2005 server
1 - On the SQL 7 box create a SQL Agent job to backup the database to a location...
October 16, 2009 at 11:15 am
I think the SQL backup process is very sensitive to latency caused either by the network or perhaps the device you're writing to. I have had issues with this...
October 7, 2009 at 7:30 am
Thanks again for the script. I'll be on the look out for your monitoring solution when you get it posted.
October 1, 2009 at 12:13 pm
Michael,
Thanks for the script. I'll run it during off-peak times and get this file back to a reasonable size eventually.
GSquared,
Yes, now I see the evils of autogrow. I...
October 1, 2009 at 9:38 am
Thank you both. I suspected this was the answer, but I just needed to hear it from someone a little more experienced than I am.
August 30, 2009 at 7:02 pm
Viewing 15 posts - 151 through 165 (of 285 total)