-
Recent Posts
Recent Comments
Archives
- November 2013
- October 2013
- August 2013
- July 2013
- June 2013
- March 2013
- January 2013
- December 2012
- November 2012
- October 2012
- June 2012
- January 2012
- April 2011
- March 2011
- April 2009
- March 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- April 2008
- March 2008
Categories
Meta
Monthly Archives: April 2008
SQL Server Scripts to Copy User Permission
I have the need to copy user permissions from one user to another. I have two SQL Server database. The structure of both database are the same. The first db is a source database with permission for set for a … Continue reading
Posted in SQL Server
Leave a comment
Advanced Regular Expression – Groups Name Capture LookAround
Zip Code Regular Expression ^([0-9]{5}-?([0-9]{4})?){1}$ I’ve been doing alot of regular expression lately and need some place to put my resources. Below are some very good links for regular Expressions. How to validate a valid GUID Value … Continue reading
Posted in C#
Leave a comment
generate insert script sql server
I’m using a backup database to do some testing. This database already has data in it, but I would Like to add some additional data to it, possibly through a use rinterface and scripts. If everything works well, I want … Continue reading
Posted in SQL Server
Leave a comment