Viewing 15 posts - 31 through 45 (of 789 total)
robertm-772679 (12/23/2010)
December 23, 2010 at 6:25 am
Very nice free tool, nice stuff inside, thanks from the authors and RedGate!
:hehe::w00t::hehe::w00t::hehe:
December 23, 2010 at 3:10 am
Jeff Moden (12/17/2010)
December 21, 2010 at 3:42 am
WayneS (12/16/2010)
I think Microsoft prefers getdate().
CREATE TABLE #test (RowID INT IDENTITY, MyDate DATETIME DEFAULT (CURRENT_TIMESTAMP));
SELECT definition
FROM tempdb.sys.default_constraints
WHERE parent_object_id = object_id('tempdb..#test');
returns:
definition
-----------
(getdate())
Interesting Info Wayne! - However, I'm using...
December 21, 2010 at 3:38 am
I agree with Gila here, but seems that you want to see just the tables per database, if you want something like that, you can check with simple query:
SELECT NAME,...
December 18, 2010 at 2:58 pm
crystal8es (12/2/2010)
I am a newbie here and just wanna say Hi to everyone. I am Crystal from Louisiana, US.
Welcome on board, have a nice stay!
December 2, 2010 at 11:54 pm
Alvin Ramard (10/28/2010)
I'll take this one.
Have you done with this, I want to read your article !?
November 26, 2010 at 6:10 pm
Yes I see, but you are doing the brilliant and perfect comparison and explanation using the current solutions!
Have a nice weekend buddy!
Greetings!
November 26, 2010 at 12:58 pm
Jeff you are amazing, buddy... T-SQL simple works for you, really!
:w00t::hehe::cool:;-)
November 26, 2010 at 12:33 pm
Take a look here http://is.gd/hO85W for you problem, follow the steps and tell us if you find the solution!
November 26, 2010 at 1:00 am
Be sure that your TCP is enabled in both side, you and your friend's SQL Server, enabling TCP will allow you to use remote connection!
However be sure that you have...
November 26, 2010 at 12:38 am
sdorris-1150234 (11/15/2010)
All I can say is that when Jeff talks, I tend to listen. Thanks for the post, Jeff.
I vote for this ... Jeff, thanks for the nice article!
:hehe:
November 15, 2010 at 2:29 pm
without any problem we can discuss also for Oracle vs SQL Server, sure the SSC is open to the database technology community, and it has the separate section for the...
November 10, 2010 at 1:24 pm
DNA_DBA (11/1/2010)
It's not so bad working with both once you work out how to...
November 2, 2010 at 1:26 am
Viewing 15 posts - 31 through 45 (of 789 total)