Viewing 15 posts - 1,981 through 1,995 (of 2,436 total)
I only use the 'magic tables' in my 'PFM' database ...
September 15, 2005 at 11:40 am
It's easier if you use DBCC INPUTBUFFER(spid) as stated in an earlier post in the thread.
September 15, 2005 at 11:27 am
Try DBCC LOGINFO('your_database_name').
September 15, 2005 at 10:51 am
Ditto on "What is 'NS' in this case ?" ... and it's not too late for me, it's only 11:30 AM !
September 15, 2005 at 10:49 am
Here's a good thread that might help (look for Randy Petty) ...
http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=5&messageid=163479
Now a great article - this is step by step on how to evict a node and join...
September 15, 2005 at 10:40 am
You will have a brief outage. For example:
--> 2-3 minutes - Stop replication (I'll cover that last)
--> 1 minute - sp_detachdb
--> 12 minute - copy database (10 Gb mdf &...
September 15, 2005 at 10:13 am
DBCC MEMUSAGE will give you the top 20.
In previous versions it used to give more infomation and column headings.
September 15, 2005 at 9:21 am
Is the windows firewall on ? If so, turn it off for the installation. And give it another try (there are issues with installing on XP SP2, I cannot recall...
September 14, 2005 at 4:08 pm
The "fire and forget" process model has been a cornerstone of Information Systems since the 70's. Does anybody remember IMS DB/DC and BMP programs on the IBM mainframe ? How about...
September 14, 2005 at 3:05 pm
I just started experiencing the errors on 9/13 - about a dozen of them. That's the first time I'd ever seen anything 'abnormal' from this site.
September 14, 2005 at 2:55 pm
What's the attributes of tempdb ?
data/log size and growth for each.
Maybe you'r getting hung on a tempdb growth issue ? To test this remove the temp table and create...
September 14, 2005 at 2:52 pm
SET IBM_AND_DB2_MODE ON
This type of storage is generically called "HSM" - Hierarchical Storage Management. Typically everything is on fast disks, then goes to slow disks, then tape or DVD (still...
September 14, 2005 at 1:48 pm
"Unrestricted file size" ? Do you have "unrestricted disk capacity" ? Need I say more here ?
As for "what happens" whe the log file reaches the maximum size, well, transactions...
September 14, 2005 at 1:41 pm
"into a secure network with encryption" ... I mean your network has a firewall, a DMZ, another firewall and then your SQL servers and you are accessing it via a...
September 14, 2005 at 12:55 pm
fortune 100/500/1000 ... all just rankings by size ... as for what it's like ... well corporate size and corporate b.s. are exponentially proportionate to one another. Presently I'm in...
September 14, 2005 at 12:42 pm
Viewing 15 posts - 1,981 through 1,995 (of 2,436 total)