Viewing 15 posts - 76 through 90 (of 97 total)
Have you tried creating an alias on your SQL Native Client configuration on the machine you are connecting from?
July 6, 2015 at 6:48 am
Great 🙂
what did you eventually do to fix it?
Thanks,
Justin
July 2, 2015 at 12:53 am
Welsh Corgi (7/1/2015)
I reinitialized and created a new snapshot.I got messages that the Data was being bulked copied.
There is no data in any of the tables. :sick:
Are you sure its...
July 1, 2015 at 7:59 am
If you launch replication monitor and go and view the status of the subscription, what does it say?
Is the status "Not Running...."
if so, right click on it and say,...
July 1, 2015 at 7:19 am
You could also look at your file growth settings? is the default at 10% still? think how bad that is when you start reaching big sizes?
Maybe set the rate of...
July 1, 2015 at 6:07 am
Can you check and see how the articles are configured.
I think by default, the article is dropped and recreate from publisher when you push a snapshot.
You may find that with...
July 1, 2015 at 5:39 am
right click on the publisher, View Log Reader Agent Status... STOP
June 29, 2015 at 9:00 am
Have you looked at using PowerShell at all?
This can be called from within your C# application and PowerShell has AlwaysOn assemblies you could use for the database manipulation?
http://blogs.msdn.com/b/kebab/archive/2014/04/28/executing-powershell-scripts-from-c.aspx
June 29, 2015 at 7:46 am
Are you doing this as a form of Automation?
Just want to understand why you need to use C#?
June 29, 2015 at 7:17 am
What account was the SQL Server Engine running under?
Surely this account would need full access to the folder your data files were located?
June 1, 2015 at 8:16 am
What about creating an alias on the new instance name?
Whenever the old connection string is used, it can be diverted to the new name?
June 1, 2015 at 7:22 am
Why not set up Always On with a secondary read, or enable SQL mirroring between the two instances?
With Mirroring, you can create a daily snapshot of the mirrored db and...
June 1, 2015 at 7:02 am
This is a client based permissions issue and not a SQL Server permissions issue.
You will need to either add the user to local admin on their machine, or lower the...
June 1, 2015 at 6:53 am
have a look at PMB on codeplex (https://epmframework.codeplex.com/). There is a step where you can create SQL jobs that calls a PowerShell script to run and check policies....
June 1, 2015 at 6:43 am
Improved script can be found at http://www.sqlservercentral.com/scripts/powershell/97305/
March 25, 2013 at 6:29 am
Viewing 15 posts - 76 through 90 (of 97 total)