Viewing 15 posts - 16 through 30 (of 333 total)
Its supported path
http://msdn.microsoft.com/en-us/library/ms143393(SQL.100).aspx
July 2, 2008 at 1:39 am
Few things to check
SQLMail
------
1. What is the sql service start up account? (It has to be domain account)
2. Outlook Profile should be set using same account which is sql service...
July 2, 2008 at 1:34 am
what is the output of below query?
sp_configure 'max server memory'
go
sp_configure 'Min server memory'
go
July 2, 2008 at 1:31 am
contact me at bmlakhani@yahoo.com if you still need help
June 30, 2008 at 11:35 pm
whatever goes to transaction log gets mirrored. In short, yes schema changes does get mirrored.
June 30, 2008 at 4:45 am
March 28, 2008 at 3:21 am
http://blogs.msdn.com/blakhani/
I have written 3 parts blog for same topic.
March 28, 2008 at 2:57 am
for those who don't want to write query, go to management studio, right click on Server, Go to Reports > Standard Reports > "Schema Change History"
This report picks data from...
March 27, 2008 at 2:08 am
The problem is your Tools are on RTM (1399) and Server is at higher build (3050)
You need to first download and apply SP2 then build 3050.
contact me at bmlakhani@yahoo.com...
March 26, 2008 at 11:32 pm
I think I am late in party 🙂
I would never recommend to stop recovery process. No one can stop you doing suicide but thats crime 😎
Jokes apart, You could stop...
March 26, 2008 at 11:10 pm
i tried below query having length of more than 200 characters.
C:\Windows\system32>sqlcmd -Q"select 'aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa11
111111111111111111111111111111111111111111111111111111'"
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
----------------
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa1111111111111111111111111111111111111111
1111111111111111
(1 rows affected)
Did i miss somthing??
can you post acutal query and error message please.
March 26, 2008 at 10:58 pm
Default trace would help you in such cases if you are on SQL 2005. very few knows the power of it.
March 26, 2008 at 6:06 am
i think you are taking about renaming machine name.
You can do that but then you have to run below on both instances
1. sp_dropserver '
2. sp_addserver ' , 'local'
for example...
March 25, 2008 at 10:03 pm
Would you be kind enough to post error logs from the server during problem time?
How many databases are mirrored?
March 25, 2008 at 9:50 pm
did you confirm that last patch was applied properly. Can you share the setuplogs with me.
attach them here or send it to me at bmlakhani@yahoo.com
March 25, 2008 at 9:06 pm
Viewing 15 posts - 16 through 30 (of 333 total)