Viewing 15 posts - 76 through 90 (of 208 total)
Some Technical Details about MySpace.com Gathered from this Video
Technical Details about MySpace.com as on Nov 2006:
130 million users
50 million Unique Users
5 Billion Ads Per days
260 new users/day
3 billion total images
3...
February 9, 2009 at 6:54 am
but the IO ERROR is coming daily night time before running checkdb.
Muthu,
There is a correction, IO error is not occuring before checkDB!...
February 6, 2009 at 9:12 am
Hi,
Kindly refer to this article for more details on this
http://www.sqlserverdba.co.cc/2009/02/advantage-disadvantage-or-pros-cons-or.html
Thanks! 🙂
February 5, 2009 at 7:09 am
you can download trial version of third party tools which will export SQL result set to Excel, CSV, PDF etc and give a try nisha
February 5, 2009 at 6:49 am
When Backup is happening to same volume (or drive) and same time if you have enabled autogrow option of 20% then SQL Server tries to increase the log file 2...
February 5, 2009 at 6:14 am
You can use DTCPing from Microsoft to troubleshoot MS-DTC Issues
Once downloaded, then follow this support article to troubleshoot issues.
Make sure that DTC is running with no issues. (Administrative...
February 5, 2009 at 6:11 am
Hi,
You need to explore your SSIS task. Is it connecting to internet to some webservice? Seems like .NET Issue.
February 5, 2009 at 5:42 am
EXEC msdb.dbo.sp_start_job @job_name = 'My SQL job'
This code will do!
February 5, 2009 at 5:30 am
Hi Andrews,
Thanks for your help. It works.
February 4, 2009 at 7:08 am
Hi Andrew,
This query you gave works fine. Could you please tell me how you got ASCII value of the output? I tried...
February 4, 2009 at 6:48 am
Yeah Marcus,
It is like this
Query Analyser -> SQL 2000 DB - It is not showing concatenated string in both Grid and Text
Query Analyser -> SQL 2005 DB...
February 4, 2009 at 6:36 am
Hi Marcus,
I tried that also marcus. For your reference, I'm attaching the output after running your query. Still no luck.
Also I noticed one thing...
February 4, 2009 at 5:57 am
Hi,
Anyway you are going to configure log shipping which is already a DR then why again Full backup to DR location?
...
February 2, 2009 at 2:50 am
I think there is a keyword called ROWCOUNT which can be set like
SET ROWCOUNT 5
which means you will get output after first 5 rows... You can use this keyword and...
February 2, 2009 at 2:47 am
Viewing 15 posts - 76 through 90 (of 208 total)