Viewing 15 posts - 1,036 through 1,050 (of 2,387 total)
Do any members in the same group have same issue? If you can, login using 'sa' to see whether you are still unable to see the logs.
October 7, 2003 at 7:47 am
Did you run same query on both scenarios and received 'not enough memory to execute query' on Scenario2?
What is the value of counter of ' SQL Server:Memory Manager Counter: Memory...
October 7, 2003 at 7:36 am
Use PASSWORD parameter to set the password for the backup set. PASSWORD is a character string. If a password is defined for the backup set, the password must be supplied...
October 7, 2003 at 7:23 am
quote:
I'm getting and error "Arithmetic overflow error converting numeric to data type numeric".
According...
October 6, 2003 at 1:16 pm
Each SQL Server instance needs at least one logical disk resource and two instances can't share the same disk resource.
You could creaet multiple logical disks with 2 SCSI/Shared Disks as...
October 6, 2003 at 1:05 pm
What is the data type of column 'id' in table 'jobActivity'?
October 6, 2003 at 12:58 pm
A column constraint is specified as part of a column definition and applies only to that column.
A table constraint is declared independently from a column definition and can apply to...
October 6, 2003 at 12:15 pm
The statement will create temp table with same structue as original table and with data. If you just need table's defintion, truncate the temp table.
Edited by - allen_cui on 10/06/2003...
October 6, 2003 at 12:12 pm
Can you post your code and indicate which line generates the error?
October 6, 2003 at 12:10 pm
select * into #MonthlyStuff from MonthlyStuff
October 6, 2003 at 12:02 pm
Check your machine application/system logs and perform hardware check before going to restore your database.
October 6, 2003 at 9:28 am
823 Error messages usually imply on disk corruption most typically arising from problems at a level below the operating system (e.g. Hardware component failure, bad/outdated device driver, or external
failure such...
October 6, 2003 at 9:17 am
You may have a look at http://support.microsoft.com/default.aspx?scid=kb;EN-US;300676
October 5, 2003 at 5:40 pm
Viewing 15 posts - 1,036 through 1,050 (of 2,387 total)