Viewing 15 posts - 796 through 810 (of 3,221 total)
Jeff Moden (12/14/2011)
December 14, 2011 at 7:10 pm
SQLRNNR (12/14/2011)
Jim Murphy (12/14/2011)
Steve Jones - SSC Editor (12/14/2011)
SQLRNNR (12/14/2011)
Steve Jones - SSC Editor (12/13/2011)
SQLRNNR (12/13/2011)
About due for a Pantsectomy :-D:-D:-D:-D40F in Denver, no need for pants today.:-P
Just as long...
December 14, 2011 at 2:34 pm
Nice question Ron.
Have we made a case for sp_Tally?
Put my Tally table into the model DB so it now appears in any new DB created
December 14, 2011 at 1:20 pm
These items might assist you in deciding on the migration
http://www.microsoft.com/sqlserver/en/us/product-info/migration-tool.aspx#oracle
http://blog.nkadesign.com/2009/ms-access-upsizing-to-sql-server-2008/
December 14, 2011 at 8:49 am
Nice question learned something today - thanks
December 12, 2011 at 9:05 pm
LutzM (12/12/2011)
Evil Kraig F (12/12/2011)
Nah, he used the front portion of the crown. It's about the hardest portion of your body, he's fine. I've done that a few...
December 12, 2011 at 7:33 pm
In addition to the two answers above you may want to read
http://msdn.microsoft.com/en-us/library/ms161953.aspx
The above contains some sample injection attack methods and examples.
December 12, 2011 at 6:06 pm
You may also want to look at this:
December 12, 2011 at 5:36 pm
WayneS (12/12/2011)
jcrawf02 (12/12/2011)
WayneS (12/9/2011)
December 12, 2011 at 9:46 am
chie0286 (12/11/2011)
Thank you very much Sir!
Heck - glad I could be of assistamce ...
December 11, 2011 at 7:55 pm
Is this what you require
CREATE TABLE #Car_User_Log(CarNo VARCHAR(6), Driver VARCHAR(20), UsedDate smalldatetime)
INSERT INTO #Car_User_Log
SELECT 'Car1', 'Neil','12/9/2011' UNION ALL
SELECT 'Car1', 'Don','12/10/2011' UNION ALL
SELECT 'Car2', 'Ramon','12/9/2011' UNION ALL
SELECT 'Car2', 'Sherwood','12/10/2011' UNION ALL
SELECT...
December 11, 2011 at 6:47 pm
LSN is normally the Log Sequence Number and you can read about that here:
http://msdn.microsoft.com/en-us/library/ms190411.aspx
If you mean the databse ID number read about it here:
http://msdn.microsoft.com/en-us/library/ms186274.aspx
Now if you really mean Database ID...
December 11, 2011 at 5:34 pm
Jeff Moden (12/11/2011)
bitbucket-25253 (12/10/2011)
December 11, 2011 at 11:43 am
If you are not completely committed to IT .. and I mean COMPLETELY, then I would suggest taking a college or graduate school course leading to a degree, and/or a...
December 10, 2011 at 8:26 pm
Hmmm Not wanting to give away the reasoning utilized to determine the correct answer I am posting this comment - so as to receive automatic notifications of additions to the...
December 10, 2011 at 8:10 pm
Viewing 15 posts - 796 through 810 (of 3,221 total)