Viewing 15 posts - 1,126 through 1,140 (of 1,220 total)
I assume that the message reads like the following:
Warning: SQL cache memory usage: %d (pages). If this condition persists, see the Error Log Messages topic in Troubleshooting.
Books on line has...
May 1, 2005 at 9:56 pm
I seen this problem too often. The easiest workaround is to right-click on the database (in the left hand screen), goto the view option and select a view that...
May 1, 2005 at 9:50 pm
SQL Server ONLY operates under Windows. Depending on the Edition of SQL Server, different versions of Windows is supported.
This limits your choices of platforms for Oracle and...
May 1, 2005 at 9:41 pm
I think it was poorly worded because the snapshot agent does not apply the snapshot. It creates it. The distribution agent applies the snapshot.
The wording the question implies...
April 28, 2005 at 6:34 pm
Trick question ? Well, I thought that it was a poorly worded question. As Cindy said, the snapshot agent does not apply snapshots (the distribution agent is responsible...
April 27, 2005 at 9:27 pm
I think the correct answer really is NONE OF THE ABOVE. Your first step really should be to determine what the security requirements are. Otherwise, you will simply...
April 6, 2005 at 12:58 am
Have a look in the SQL Server Log for each instance. Near the start of it you will see a line that looks like
Server Process ID is 1234
In task manager,...
March 6, 2005 at 8:10 pm
Check whether the replication cleanup job is running - it is responsible for deleting data from the replication tables once the transactions have been sent to the subscribers. 10GB does...
February 13, 2005 at 7:43 pm
Are you a member of the SQL Server "System Administrators" role ?
February 10, 2005 at 8:49 pm
The command you specify must be a "real file" (i.e. you must be able to see the command you are running as a file and it must be an executable...
January 31, 2005 at 7:09 pm
The name "FRET05\JAN" is a name instance of SQL Server. You cannot change this without re-installing.
However, you might be able to create an alias for this using the "Client Network...
January 24, 2005 at 8:08 pm
Select datename (dw, Entrydate) as 'Day of week' , count(OrderNo) as Number
From [order-header]
Where (SUBSTRING(source, 1, 8) = '223WHOLE')
and EntryDate bewtween '20040101' AND '20041231'
GROUP BYdatename (dw, Entrydate)
January 23, 2005 at 7:01 pm
Add an activeX task that runs at the start of your package. In the task, use an inputbox to prompt for the start number.
I assume that you want to...
November 29, 2004 at 8:28 pm
You could start with making the changes using EM. If you make the changes to the parent table, it will make prompt you that the related tables require changes and...
November 28, 2004 at 7:58 pm
Viewing 15 posts - 1,126 through 1,140 (of 1,220 total)