Viewing 15 posts - 1 through 15 (of 32 total)
i agree with the comment above. merge statement is fabulous. you got your data instaging with a bulk load insert. then you can handle updates, deletes and inserts the way...
June 13, 2012 at 3:04 am
You can use the data flow plus component from cosyrock.
If you only use on BIDS (and not on sql server agent) it is free. You can then do true ETL...
December 17, 2011 at 9:40 am
I also agree with Jeff. I would not take any risk at the data tier. Your data constantly changes and it is your main dependancy for your applications to work....
October 24, 2011 at 2:11 am
jorge.rodriguez (2/1/2011)
The server network address "TCP://<server>:5022" can not be reached or does not exist. Check the network...
February 1, 2011 at 5:26 am
sireesha.budagala (2/1/2011)
for ex : 'abc' is the Login we need to reduce the level of permission from 'db_owner'...
February 1, 2011 at 4:39 am
This is a very nice little introduction by this article lacks of several issues that should be looked at.
- certificate authentication
- mirroring replication
- linked server failovering
- job failovering
I had the...
February 1, 2011 at 4:37 am
I do understand that everything handled properly will not alter too much performance but I do not think the use of triggers is a good practice. I prefer ETL/asynchroneous processes...
October 14, 2010 at 11:52 am
Hello,
The article is interesting but I believe we have to avoid triggers at all price for performance and maintainability reason. I usually put a timestamp or datetime column like ModificationDate...
October 14, 2010 at 2:18 am
Excellent article!
September 2, 2010 at 1:31 am
Thanks for your feedback on my two remarks.
I think we are on the same page as you enable then disable xp_cmdshell.
When I meant within the line, I was referring to...
August 23, 2010 at 8:30 am
Hello,
I might have read the article too quickly. So I apologize if I miss some information.
The methodology you are taking is very similar to the methodology in place at my...
August 23, 2010 at 2:40 am
I feel the article is actually pretty poor. All the dbas know this kind of dynamic sql.
Someone suggested recompile and with (optimize) option and he is spot on!
I was able...
May 21, 2010 at 11:44 am
Very interesting. I alrady use cross apply (mostly with table-valued functions) and I use a lot of xqueries. I like the last t-sql code about xquery. I was not using...
April 19, 2010 at 4:43 am
I have performed recently a PCC-DSS Sql server audit and one of the best practice on the list was to avoid distributed transactions.
therefore if your industry requires stringent security rules,...
October 29, 2009 at 5:10 am
When I deployed the code, the linked server was not recognized (the name of my server is ServerName\Instance1.
It seems that the code does not work with named instance.
I set...
October 29, 2009 at 5:08 am
Viewing 15 posts - 1 through 15 (of 32 total)