Viewing 15 posts - 42,196 through 42,210 (of 49,562 total)
So you've got the SQL service stopped, you've got one command window where you ran sqlservr.exe -m and left it running, and another command window where you're trying to connect...
December 22, 2008 at 5:25 am
nitinpatel31 (12/22/2008)
There must be some corruption in Index or Data pages.
If there was corruption of any form the query would not run forever. It would fail with an error,...
December 22, 2008 at 5:23 am
subha.v (12/22/2008)
It's still running. Nearly 55 min.
Is it blocked? Is it wating for a resource, if so what's the wait type and wait resource?
How many rows out of the 700000...
December 22, 2008 at 5:22 am
Jeff Moden (12/22/2008)
Ohhhhh.... that stuff..... gee... I wonder when they'll come out with an EDI data type? 😛
CREATE TYPE EDI
EXTERNAL NAME EDI.[PointlessClrTypes.EDI] ;
December 22, 2008 at 5:21 am
subha.v (12/22/2008)
Select ColB,ColC from table1 where ColD= 123.
How many rows will that return?
December 22, 2008 at 3:18 am
Kishore.P (12/22/2008)
> DBCC CHECKTABLE.
> DBCC UPDATEUSAGE ( ), if it is not a production server.
> DBCC CLEANTABLE
Why?
December 22, 2008 at 3:06 am
There are no errors there. That's SQL's startup messages. You need to connect to SQL from another command window, using sQLCMD and restore the database.
Does the restore database give...
December 22, 2008 at 1:36 am
ps (12/22/2008)
December 22, 2008 at 1:35 am
They are SQL reserved words. Hence management studio highlights them as such.
December 22, 2008 at 12:44 am
TheSQLGuru (12/21/2008)
PLEASE check Books Online before posting questions!
Read the manual? What a radical, way out idea!
December 22, 2008 at 12:43 am
Your screen shot is too compressed to be readable. Please copy the error from the command prompt and paste it in a reply.
December 22, 2008 at 12:43 am
30 sec is still a long time for a query to run, unless it's some massive report. I don't know many users who will be happy waiting 30 sec or...
December 22, 2008 at 12:29 am
SQL 2000 doesn't have any native encryption functions. If upgrading to 2005 is not an option, you'll have to do the encryption and decryption in the front end app.
December 22, 2008 at 12:25 am
That means that the number of columns in the table don't match the number of values in the insert. What's the definition of the Log table?
In general, it it recommended...
December 22, 2008 at 12:23 am
Jeff Moden (12/21/2008)
So, what is it, supposedly?
Spatial, xml, hierarchy, etc. The 'rich' data types that some bright spark in marketing thought meant SQL was evolving beyond a relational database. I'd...
December 22, 2008 at 12:22 am
Viewing 15 posts - 42,196 through 42,210 (of 49,562 total)