Viewing 15 posts - 39,796 through 39,810 (of 49,571 total)
Check the SQL error log, there may be more details there.
just as a precaution, please run the following for the DB in question (during a quiet time)
DBCC CHECKDB (< Database...
April 13, 2009 at 7:23 am
cmrhema (4/13/2009)
Thanks for the prompt replyBut one question(sorry if its too silly),
should i install
SQL Server 2005 Express Edition,
or
SQL Server Management Studio Express,
SQL Server 2005 Express...
April 13, 2009 at 7:22 am
Gaby Abed (4/13/2009)
April 13, 2009 at 7:15 am
Management Studio Express is, as the name implies, just Management Studio, ie the client components. If you want SQL Server Express Edition, it's a separate download.
It's on the same page...
April 13, 2009 at 7:11 am
jcrawf02 (4/13/2009)
April 13, 2009 at 7:11 am
Jeff Moden (4/12/2009)
April 13, 2009 at 2:58 am
Jeff Moden (4/12/2009)
So, you were there last year. What's a good inexpensive place to stay?
I stayed at the 7th Ave Inn last year. Decent rooms, includes breakfast (for the...
April 13, 2009 at 2:56 am
This is the way I always do it.
No point in tuning queries or indexes that aren't a problem.
April 13, 2009 at 2:46 am
radek (4/12/2009)
April 12, 2009 at 2:20 pm
Paul White (4/12/2009)
It's also possible to read all possible data into XML and run an XQuery... 😀
If you're going to make suggestions as to how something can be done, please...
April 12, 2009 at 9:53 am
Definitely not a good idea. Personally it's not something I would even suggest here as someone might use it without realising why it's a bad idea.
Multi-statement table valued function that...
April 12, 2009 at 9:11 am
cmrhema (4/12/2009)
Thanks Gila .Can I have a free download of Developer Edition.
No. It's $50. Buy it from Amazon if you don't have an MSDN subscription
And in case I have to...
April 12, 2009 at 8:52 am
Paul White (4/12/2009)
Yet another option (though not a good one!) would be to construct a table valued function to return the correct data based on a @MonthName input parameter.
How would...
April 12, 2009 at 8:51 am
Deadlocks won't cause timeouts. Deadlocks cause error 1205.
Timeouts at a certain time indicate that something else is running at that time that's interfering with the query that's timing out. Any...
April 12, 2009 at 8:44 am
parthikrishna (4/12/2009)
Which database recovery model is best and why do we choose that recovery model than remaining models?
Take a read through these:
April 12, 2009 at 8:43 am
Viewing 15 posts - 39,796 through 39,810 (of 49,571 total)