Viewing 15 posts - 646 through 660 (of 1,335 total)
If the server belongs to XYZ domain then users from that doamin can connect to the sql server using windows credentials other must use sql credentials to connect and cannot...
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 11, 2007 at 3:05 am
The URL for 2005 is given below.
http://support.microsoft.com/kb/918992/
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 11, 2007 at 2:51 am
Yes go for log shipping. But with log shipping you will be only able to read the data and transaction will not be possible if its ok then go ahead...
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 11, 2007 at 2:12 am
Read the KB article in the link below. It gives a solution for you. http://support.microsoft.com/kb/303120/
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 11, 2007 at 2:08 am
Try using the EM to add the ESP instead of query analyzer. Also is this dll registered in the server?
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 11, 2007 at 1:56 am
What is the account in which your sql services run. try to run them under local system and see if this error occurs else then its a permissio problem given...
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 11, 2007 at 1:53 am
Use Quest DataModeller they have good options there. I have used it.
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 11, 2007 at 12:54 am
Write a single TSQL statement with taking 2 arguements so that the user can pass the arguments necessary and take reports as per his need.
select * from tablename where datecolumnname...
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 11, 2007 at 12:45 am
Once you set the default in the EM then all/any databases created without path will take the default location specified this can be only override specifying the location when you...
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 11, 2007 at 12:42 am
SO hope you will never mistake with the fillfactor again. These things are normal each one does a mistake but are major considering the effects that they would do to...
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 11, 2007 at 12:40 am
Read the KB article in the link below. It gives a solution for you.
http://support.microsoft.com/kb/303120/
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 11, 2007 at 12:35 am
http://www.sqlmag.com/Articles/Index.cfm?ArticleID=16389&DisplayTab=Article
http://sqlserver2000.databases.aspfaq.com/how-do-i-recover-data-from-sql-server-s-log-files.html
You have few third party tools not only log explorer. You can downloas these and try to decide which best suits for you.
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 11, 2007 at 12:28 am
Always make a point to use the RECONFIGURE with OVERRIDE option when you change any configuration options that comes under the advanced options category few may require restart few might...
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 11, 2007 at 12:20 am
These syntax is not supported in SQL 2005. Yo have to use only ANSI syntax in 2005 and you will not get expected results with these.
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 11, 2007 at 12:09 am
I had a similar situation a year back. I just wrote a script to use sp_helptext and inserted the text to a hash table and did the manipulation there. A...
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 10, 2007 at 11:59 pm
Viewing 15 posts - 646 through 660 (of 1,335 total)