Viewing 15 posts - 61 through 75 (of 372 total)
For the service accounts I mean the accounts that are being used to run the SQL Service. I could be wrong but I believe you need to use domain...
January 5, 2009 at 2:26 pm
To drop those endpoints from in SSMS open the Server Objects\Endpoints\Database Mirroring. Delete is available from the context menu.
Did you verify that the database you restored on the mirror was...
January 2, 2009 at 3:20 pm
You might want to delete the existing mirroring enpoints on each server, then go through the wizard again since you got an error the first time through.
Before using the Wizard,...
January 2, 2009 at 2:42 pm
Microsoft Squirrel? Sounds like what every squirrel that's lost a nut could use.
In SQL Server Management Studio (SSMS) is where you'd run that query to find out the status...
January 2, 2009 at 2:11 pm
Did you use the "Configure Database Mirroring Security Wizard" to setup mirroring?
You can get some information about the endpoints on each of your servers by querying the sys.endpoints DMV....
January 2, 2009 at 1:43 pm
If you have AV on the server check its configuration. Some will block SMTP communication by default and require adding in the Database Mail executable to its exclusion list.
You...
January 1, 2009 at 4:44 pm
Since you mentioned Windows XP SP2 you might want to check that the Windows Firewall is configured to allow the ports that each instance is listenting on.
January 1, 2009 at 2:53 pm
You can also use SQL Profiler to track down deprecated features. Add the "Deprecation Announcement" event class in a new trace and let that run for awhile. It...
December 27, 2008 at 2:14 pm
What is it that SQL server won't give you access too?
Are you trying to relog directly to SQL? If so, did you use Windows NT authentication or SQL...
December 23, 2008 at 10:30 am
shari (12/18/2008)
December 19, 2008 at 6:03 am
No, it doesn't have to be the name of the .blg file, that was just an example of something you could use.
If you're looking to do some reports...
December 18, 2008 at 1:24 pm
That's a good question.
It can be any string you want. For example, you could use the name of the perfomance monitor log or anything that would be meaningful to...
December 18, 2008 at 10:35 am
That looks close. Doing it that way will create three tables in your database: counterdetails, counterdata, displaytoid.
relog log_file_name.blg -cf counterlist.txt -f sql -o sql:sql_dsn!logfileidentifier
Another option that might...
December 17, 2008 at 7:38 pm
Sammy,
That's exactly what I was thinking. Don't know specifcally how to code that but I'd think the impact would be minimal if any. Best to test if there's...
November 23, 2008 at 6:19 pm
Since you can't change the code and responding to the dialog allows things to continue on, then you might want to consider running the application in an AutoIT script to...
November 22, 2008 at 9:39 pm
Viewing 15 posts - 61 through 75 (of 372 total)