Viewing 15 posts - 166 through 180 (of 1,252 total)
Something i faced yesterday, though this may have nothing to do with your issue. I had a space in between a string and on checking the space turned out to...
September 14, 2009 at 11:28 pm
I will wait for the next part.
September 14, 2009 at 4:54 am
From BOL:
Restoring a copy-only full backup is the same as restoring any full backup.
September 14, 2009 at 4:34 am
is the merged database in sql or oracle?
September 14, 2009 at 4:31 am
As Paul said we need more details.
Did you run DBCC UpdateUsage and update statistics? You need to check the execution plans in the old server and the new...
September 14, 2009 at 12:16 am
didn't think about this
SELECT LEN(@String)-LEN(REPLACE(@String,'@','')) 🙂
September 9, 2009 at 11:06 pm
Hi
Normally you design tables keeping data integrity and the level of normalization in mind. So If the data is related to one entity then it goes to one table and...
September 8, 2009 at 2:02 am
nice article, but is there any method other than linked server to connect to various servers.
September 7, 2009 at 3:19 am
GilaMonster (9/7/2009)
Chirag (9/6/2009)
September 7, 2009 at 1:55 am
Gail
Thanks for your response.
I got these 3 errors from the windows event log.
"Service Broker is disabled in MSDB or MSDB failed to start. Server level event notifications can not...
September 6, 2009 at 11:15 pm
Firstly, what did the SQL error log say about why MSDB was marked suspect? There would have been a reason in there.
This is what i got from the error log...
September 4, 2009 at 7:14 am
Well in that case .....are there many applications that connect to the databases. Any chance of checking their source code ? I know this is :crazy:
September 4, 2009 at 2:18 am
Silverfox (9/3/2009)
Chirag (9/3/2009)
If you are not going to take advantages of SQL 2005 specific features why upgrade ?
simple, mainstream support for sql 2000 has expired, so unless you pay for...
September 4, 2009 at 2:13 am
That was a good one. Guess DBCC Cleantable also wouldn't help in this case.
September 4, 2009 at 2:09 am
Viewing 15 posts - 166 through 180 (of 1,252 total)