Viewing 15 posts - 886 through 900 (of 1,033 total)
DiverKas (12/10/2008)
mtassin (12/10/2008)
Your right, if your using TSQL to create the CREATE TABLE statement. However, it is incorrect if you use Enterprise Manager.
No I'm right. SSMS may create...
December 10, 2008 at 9:12 am
From BOL
The Database Engine does not automatically generate values for the column. To insert a globally unique value, create a DEFAULT definition on the column that uses the NEWID function...
December 10, 2008 at 7:54 am
yes but sp_attach_single_file_db recreates the log file.
In this case the database was attached and no log file was created or accessible.
December 9, 2008 at 9:50 am
I'm not permitted in SSMS to use the DB... but the error I get when I try is a permissions type error
12/08/2008 00:00:47,spid58,Unknown,FileMgr::StartLogFiles: Operating system error 2(The system cannot find...
December 8, 2008 at 9:20 am
Jeff Moden (12/4/2008)
mtassin (12/4/2008)
However, the Cross-tab tool in it allows for incredibly flexible cross-tabs and is as easy as using Excel's Pivot table stuff.
Does that mean you're using the cross-tab...
December 4, 2008 at 3:58 pm
guptaajay1985 (12/3/2008)
May it work..
Starting Connection window of SS2k5 has Server name field in which u insert the name of the server and then give userid and password.
Now in the...
December 4, 2008 at 8:19 am
Jeff Moden (12/3/2008)
ZA_Crafty (12/3/2008)
I've never used Crystal reports myself... is there a place or menu where you can figure out the correct indexes for some of the more complex reports?...
December 4, 2008 at 7:57 am
My favorite way to do cross-tabs is to cheat..
Put the data into a cross tab friend format (measures and values to break it out by)
and feed it into crystal reports.
December 3, 2008 at 10:04 am
That was just an amazing read... learned some neat tricks that I didn't even think were possible (but in retrospect should have known)... very informative...
December 3, 2008 at 8:53 am
And that's where I would disagree. Included columns in 2008 are a feature that was introduced in 2005. They're nothing new to it.
November 13, 2008 at 7:53 am
Both 2 and 3 are correct.
These days it's very important to know when features were introduced. Include wasn't an option pre-2005. What it does is part 3.
Check boxes...
November 13, 2008 at 7:38 am
Resource wise things seem fine... all my cache hit ratios run around .50 or so...
It's 2000 copies of the same database (with different data in it)... I wonder if...
November 12, 2008 at 3:51 pm
Well I was wrong... it's got 5 nodes (apparently another node was brought up without telling me)... each running different active instances. The cluster group has 5 small instances...
November 12, 2008 at 10:02 am
rbarryyoung (11/11/2008)
November 12, 2008 at 8:11 am
Ah Profiler is your friend!
Captured 2005's doing this when I profiled the attach of a database via the GUI.
declare @Path nvarchar(255)
declare @Name nvarchar(255)
declare @fileName nvarchar(255)
select @fileName = N'E:\mssql\data\testdata.mdf'
declare @command...
November 7, 2008 at 1:34 pm
Viewing 15 posts - 886 through 900 (of 1,033 total)