Viewing 15 posts - 61 through 75 (of 237 total)
right click on your publication.. go to Filter rows and add a filter for that specific code
December 19, 2014 at 4:26 am
Thanks - just going through the set up of the catalog. It looks like this method uses CLR. Whats your view on that? Is this safe to use \ seen...
December 2, 2014 at 3:59 am
I am not sure why it would make a difference? I would install newest to oldest, installing the newest instance and all of the tools, then just the instances for...
November 19, 2014 at 9:49 am
I tried to install SQL server 2008 on NAS before and SQL Server did not recognise the NAS as a viable storage option so could not even get past the...
October 28, 2014 at 10:29 am
PROD Server 1 β Fixed storage, primary for High availability group, Automatic failover
PROD Server 2 β Fixed storage, secondary for High availability group, read only copy
DR Server 1 β Fixed...
October 28, 2014 at 3:48 am
Thanks for that, i will read up on the differences between EXcept and not in
October 23, 2014 at 5:16 am
Perry Whittle (10/22/2014)
SQLAssAS (10/22/2014)
This details an FCI in the prod and an FCI in the DR with an Availability group between them, correct?
If this...
October 23, 2014 at 4:11 am
Also consider just doing a full back up \ copy and then differential backups depending on the rate of data change on a daily basis
September 22, 2014 at 8:30 am
just realised after pasting the error
Msg 102, Level 15, State 1, Procedure Trig_NewServer, Line 7
Incorrect syntax near 'inserted'.
I was missing END after inserted.. what a fool! (me of course)
September 16, 2014 at 5:43 am
Thanks! I knew i was missing something - now to complicate things further π
September 10, 2014 at 9:17 am
I have just tried passing it sample from the table with a fully qualified connect string
Provider=SQLNCLI11;Server=Server\Intstance;Database=DBA;
Trusted_Connection=yes;
I know its going to be a simple issue but I can't find it! I...
September 2, 2014 at 9:02 am
Could this be because my connection string I am passing in are just Server\instance ?? and not full qualified connections strings such as..
Data Source=<Server>;Initial Catalog=<Database>;Provider=SQLNCLI.1;Integrated Security=SSPI;Auto Translate=False
or should Server\instance work...
September 2, 2014 at 8:28 am
error attached. I am assuming the string I am trying to pass just isn't getting to the variable.
If there are any particular screen which may help diagnose the issue let...
September 2, 2014 at 7:10 am
Thanks guys, I think i have set the variables up right and data flow task etc..
The expression - Do I have to have it like
βData Source=β+ @[User::DemoSQLServer] +β;User ID=β+...
September 2, 2014 at 6:48 am
Viewing 15 posts - 61 through 75 (of 237 total)