Viewing 15 posts - 13,756 through 13,770 (of 39,818 total)
SQL Kiwi (5/17/2012)
Steve Jones - SSC Editor (5/17/2012)
May 17, 2012 at 10:40 am
You shouldn't have to explicitly. It does have to be open, but if you just ran this, then the SMK should automatically open it.
If this is all your code,...
May 17, 2012 at 10:40 am
Short answer: my boss wanted the StackExchange style forums on the site
Long Answer: my boss made us implement the StackExchange style Q&A, which I think has merits. As Grant, Lynn,...
May 17, 2012 at 9:51 am
I use WordPress.com at http://www.voiceofthedba.com
1. Used the Titan theme from Theme Foundary. Didn't spend a lot of time looking around though. After seeing 5 or 10, my eyes start to...
May 17, 2012 at 9:46 am
The Master location is sent to SQL Server as a startup parameter for the service. In the Configuration manager (or services, don't use that), you can see the parameters. I...
May 17, 2012 at 9:43 am
Thanks to new data mining abilities I think I read that they have the ability, to 75% or 90% or something like that, to find an individual in the States...
May 17, 2012 at 9:41 am
so this is a string. You might look at the substring functions in SSIS and then derive the various parts based on finding the spaces, or dashe.
May 17, 2012 at 9:37 am
Lowell (5/15/2012)
MysteryJimbo (5/15/2012)
May 17, 2012 at 9:21 am
Agree with Rob, but are those separate cells or one cell?
May 17, 2012 at 9:17 am
I haven't used it, but compression in terms of row/data is fairly minimal load. You will be reading the logs, compressing the data, and sending it off.
May 17, 2012 at 9:16 am
VikingDBA is right. This is why you use roles. If you have to do this once, you'll do it again.
Create a role, and use a script to get all permissions...
May 17, 2012 at 9:16 am
Third vote for XML here.
What you do need to do is consider what happens when someone inserts multiple records. An XML recordset can handle "inserted cust1", "inserted Cust2" as...
May 17, 2012 at 9:12 am
michael vessey (5/17/2012)
you are migrating data from Access to SQL server - use the ACCESSS TO SQL SERVER MIGRATION WIZARD
This is already built in. Use Micheal's advice.
May 17, 2012 at 9:08 am
Your master key is not automatically opening. Perhaps it wasn't created with encryption by the SMK as well?
Try:
OPEN MASTER KEY BY PASSWORD = 'XXX'
CREATE CERTIFICATE XXX
http://msdn.microsoft.com/en-us/library/ms174433.aspx%5DOPEN MASTER KEY
May 17, 2012 at 9:01 am
Craig-315134 (5/16/2012)
May 16, 2012 at 2:37 pm
Viewing 15 posts - 13,756 through 13,770 (of 39,818 total)