Viewing 15 posts - 1 through 15 (of 24 total)
Hi
I just randomly clicked on this post and now I'm really glad I did. The resources mentioned are awesome. I regret that I didn't post something like this when I...
January 6, 2017 at 4:19 am
Hi
Don't know if this is a stupid idea (you are welcome to point and laugh) but it might work...
- Log the errors into a table
- write an on insert...
January 6, 2017 at 2:35 am
Hi
Consider using the Who is Active v11.11 script from Adam Machanic. It has helped me a lot in the past.
January 6, 2017 at 2:02 am
Hi
Check out Redgate SQL monitor software. Very easy to set up and use and can monitor everything you mentioned.
January 5, 2017 at 11:35 pm
Hi Andrew, yeah thanks that makes sense. It must be new in 2012 I don't see it in any of my 2008 boxes.
Thanks again.
September 10, 2015 at 5:15 am
Hi
This link might help:
http://blogs.msdn.com/b/mattm/archive/2006/10/30/using-expression-based-constraints.aspx
July 6, 2015 at 10:16 pm
I will check the collation, thank you for the suggestion.
June 26, 2015 at 10:52 am
This is exactly what I was looking for thank you!!
This works perfectly inside a sql Task.
March 4, 2014 at 11:54 pm
By running the command in your post I found out that my .mdf and .ldf files were read only so it did help me.
Thank you!
July 16, 2013 at 10:51 pm
Here is how I do it:
"C:\Program Files (x86)\Microsoft SQL Server\80\Tools\Binn\dtsrun.exe" /S 127.0.0.1 /E /N dtspackagename
May 20, 2013 at 11:56 am
laurie-789651 (5/20/2013)
Terence Keys (5/20/2013)
you can make it a uniqueidentifier field (GUID)
http://www.dailycoding.com/Posts/generate_new_guid_uniqueidentifier_in_sql_server.aspx
OK if it's just an identifier. I suspect SSN is Social Security Number though...
ah.. Understood.. Thanks
May 20, 2013 at 11:47 am
you can make it a uniqueidentifier field (GUID)
http://www.dailycoding.com/Posts/generate_new_guid_uniqueidentifier_in_sql_server.aspx
May 20, 2013 at 11:21 am
Hi
I know this is an old post but I had the same problem and we run a SAN an VMware so I thought it's related to that but then I...
January 28, 2013 at 10:03 pm
Run this in SSMS
USE yourDB
GO 1000
When the command succeeeds you will be able to put the db back into multi user mode.
http://blogs.msdn.com/b/dfurman/archive/2012/01/20/getting-out-of-single-user-mode.aspx
December 4, 2012 at 4:50 am
Thanks for the help everyone.
I created a test db, backed it up restored it on the mirror while making changes on the principal and it caught up fine on the...
October 10, 2012 at 3:27 am
Viewing 15 posts - 1 through 15 (of 24 total)