Viewing 15 posts - 601 through 615 (of 2,008 total)
How to: Create a Publication and Define Articles (SQL Server Management Studio)
http://msdn.microsoft.com/en-us/library/ms151160.aspx
How to: Create an Updatable Subscription to a Transactional Publication (SQL Server Management Studio)
December 26, 2011 at 10:49 pm
Its festival time & most of the members are on vacation. Please have patience. They will revert to you soon.
December 26, 2011 at 8:23 am
You can use following with 2 Cautions:
•OPENROWSET / OPENDATASOURCE can be used to access remote data from OLE DB data sources only when the DisallowAdhocAccess registry option is explicitly...
December 26, 2011 at 8:18 am
Please alter your PK index.
IGNORE_DUP_KEY = { ON | OFF }
Specifies the error response when an insert operation attempts to insert duplicate key values into a unique index. The...
December 26, 2011 at 8:09 am
Didn’t get you. Please elaborate the term ‘Documentation’.
December 26, 2011 at 8:01 am
Please verify your steps with following.
Performing File Restores (Full Recovery Model)
http://msdn.microsoft.com/en-us/library/ms190710.aspx
So, I attempt to restore the older filegroups and at the same time I want to have the transaction that...
December 26, 2011 at 7:57 am
Using sp_executesql
http://msdn.microsoft.com/en-us/library/ms175170.aspx
sp_executesql (Transact-SQL)
December 26, 2011 at 7:36 am
Please notice ‘Step 11 - Accessing the Encrypted Data’ in the article given below.
A user need to have permission to symmetric key and certificate to decrypt data, if they still...
December 26, 2011 at 1:17 am
Nice Article Greg!
I think it would be good if you quote it as a bad practice for ‘Sorting Data based on Column Ordinal Position’. I understand you just wanted to...
December 26, 2011 at 1:04 am
Revenant (12/25/2011)
SQLRNNR (12/22/2011)
Reindeer SteakJuicy
Santa is searching for his reindeer...
December 26, 2011 at 12:13 am
Try following...
CONVERT(nvarchar, DecryptByKey(@caseid)) AS test
For More: http://msdn.microsoft.com/en-us/library/ms181860.aspx
December 26, 2011 at 12:06 am
This is SQL Server Forum. For your requirements we might come with some solution but its applicability to Oracle is doubtful.
Please post your question in Oracle forum.
December 25, 2011 at 11:56 pm
Transaction Log mismanagement could be a reason but I won’t jump on that unless I am confident that ETL code is optimized. Most of the times bad code is the...
December 25, 2011 at 11:51 pm
Saggy (12/25/2011)
1. What is statistics and how to see statistics through command ?
Also how to update statistics and when to update statistics also let me know if...
December 25, 2011 at 11:44 pm
dfrome (12/25/2011)
December 25, 2011 at 11:29 pm
Viewing 15 posts - 601 through 615 (of 2,008 total)