Viewing 15 posts - 13,861 through 13,875 (of 39,919 total)
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
cdonlan 18448 (5/16/2012)
(Sorry Steve, this didn't...
May 16, 2012 at 10:57 am
Some good replies from Jared and Anthony. Here's my take.
I've mostly worked with third party software (like you develop) that did not allow any changes, even new indexes. However I...
May 16, 2012 at 10:34 am
I've often cobbled together some type of monitoring solution myself, and it has worked OK. However someone noted the other day that implementing monitoring means you have to maintain it,...
May 16, 2012 at 10:18 am
Viewing 15 posts - 13,861 through 13,875 (of 39,919 total)