Viewing 15 posts - 2,161 through 2,175 (of 7,168 total)
sathiyan00 (2/1/2013)
I think this may be a basic question.But still i'm not clear about this..
If i'm using Master Data Services(MDS) for master data...
February 1, 2013 at 7:09 am
It is a lot of work to do this in SSIS. Do you have to use SSIS? You could do this with a single line of PowerShell too.
February 1, 2013 at 7:03 am
In a Data Flow Task use a Flat File Source to read the file and use a Conditional Split Transformation to create an output stream for HR (e.g. RULE_NO ==...
February 1, 2013 at 6:59 am
You can set the name of a source file in a Flat File Connection Manager and the table name in an OLE DB Destination dynamically using variables and Expressions. As...
February 1, 2013 at 6:53 am
Sounds like a solid plan. Is it true that claim to claim_summary will be a 1 to 1, i.e. you're just offloading some columns from claim into this new table...
February 1, 2013 at 6:51 am
sqlfriends (1/31/2013)
I mean the memroy SQL server uses not the other...
February 1, 2013 at 6:43 am
Thanks. Not sure if you are aware but you'll want to watch out for entitization when using the XML method.
Search for 'entitized' on this page for some details and tested...
February 1, 2013 at 6:34 am
If you're talking about installing a SQL 2008 instance on the machine where your SQL 2005 instance resides then you will need to give the SQL 2008 instance a different...
February 1, 2013 at 6:25 am
Thanks.
Here is the link in a more usable form:
http://www.sqlazure.co.il/2013/01/monitoring-aws-rds-for-sql-server-vs.html
February 1, 2013 at 6:18 am
And here is an article on how to watch a directory for incoming files using a Script Task.
Using the Script Task in SSIS to Process Data Files When They Arrive[/url]
The...
February 1, 2013 at 6:16 am
Also know that the min server memory option does not force SQL Server to instantly allocate the amount of memory specified by the setting. After it has allocated that amount...
February 1, 2013 at 6:12 am
What do you mean by filtered? SQL Browser listens on UDP 1434 if the service is enabled. Is the service enabled and set to auto-start when the machine starts?
February 1, 2013 at 6:04 am
You must have something else going on in the code on your side that you were not showing in your example. Here is your example with the SET statement commented...
February 1, 2013 at 6:02 am
@Jared, where did you land on the code review? Are you sending the code back for refactoring using officially supported techniques?
February 1, 2013 at 5:53 am
It was my pleasure. I am in Denver, CO and do not expect to be out that way in the near future but that's a heck of a nice offer,...
January 31, 2013 at 3:34 pm
Viewing 15 posts - 2,161 through 2,175 (of 7,168 total)