Viewing 15 posts - 6,421 through 6,435 (of 6,678 total)
Since this is the default instance, you can type in one of the following to connect:
.
(local)
localhost
computername
Another option is to browse for more in the drop-down. That should give you...
June 27, 2008 at 11:48 pm
Mani Singh (6/26/2008)
So I only keep 1 days...
June 27, 2008 at 2:42 pm
Do you want the new named instance to be clustered? If so, then yes - you need to add a new SQL Group, dedicated drives, etc...
If this new names...
June 25, 2008 at 1:38 pm
Bryan Mischler (6/25/2008)
June 25, 2008 at 1:36 pm
[quote-0Here is the order of operations:
Double-click a server name\ctrl-C\Connect in object explorer\Database engine...\Paste Server Name\Connect.
That adds up to 9 clicks and keystrokes (if my addition is correct).
8 servers multiplied by...
June 25, 2008 at 12:54 pm
Jeff Moden (6/24/2008)
jimige257 (6/24/2008)
Is it worth spending 2 hours optimizing a prodedure that works now and is needed last week? Many would say not.
And, THAT is why I tell folks...
June 24, 2008 at 9:26 pm
COUNT(*) AS TotalRows, SUM(case when Status='P' then 1 else 0 end) AS Present, SUM(case when Status='A' then 1 else 0 end) AS Absent
FROM Attendance WHERE sid=studentnumber
Now, how can I...
June 24, 2008 at 9:01 pm
I think you can connect to MySQL using SSIS and extract data that way. Another method would be to create a linked server in SQL Server, create a new...
June 24, 2008 at 8:38 pm
TheSQLGuru (6/24/2008)
June 24, 2008 at 10:13 am
How much free space do you have available in the database?
June 23, 2008 at 11:37 pm
How big is the log file for this database? What is the recovery model for the database? If full recovery, how often do you backup the transaction log?
June 23, 2008 at 11:14 pm
TheSQLGuru (6/19/2008)
June 23, 2008 at 10:59 pm
maruf24 (6/23/2008)
DBCC execution completed. If DBCC printed error messages, contact your system administrator.
AFTER CHECKALLOC
DBCC SHOWCONTIG scanning 'TABLE' table...
Table:...
June 23, 2008 at 10:50 pm
Yes, that is possible - it means you have 10mb of data in the database and 30mb of space available (give or take a few mb) until the data file...
June 23, 2008 at 10:43 pm
You can review this thread: http://www.sqlservercentral.com/Forums/Topic521489-338-1.aspx
How you proceed will all depend upon how you are going to calculate each value. Are they all SUM's or is one a SUM...
June 23, 2008 at 8:55 pm
Viewing 15 posts - 6,421 through 6,435 (of 6,678 total)