Viewing 15 posts - 706 through 720 (of 966 total)
No I am specifically looking for a tool that provides log shipping between cross database platforms
Is this hard requirement targeting a specific tool that your management/organization already is looking...
June 29, 2010 at 6:09 pm
The only 64-bit version of SQL 2000 is the Itanium. There's no x64 version of SQL 2000
Wow, I guess I did not really think about the 64-bit version came out...
June 28, 2010 at 1:23 pm
Considering that Powershell is Microsoft scripting platform of choice for administration going forward. I would not recommend it. Plus, as it has already been said, some products will not work...
June 27, 2010 at 6:41 pm
Try this:
Get-Service | Where-Object {$_.name -eq "mssqlserver"} | Where-Object {$_.status -eq "Running"} | Stop-Service -force
June 27, 2010 at 6:38 pm
Forgive me if I am incorrect, but I believe that log shipping can only be done between MS SQL servers. You may be better looking something like scheduled SSIS jobs.
June 27, 2010 at 6:29 pm
I apologize for the off-topic questions, but your environment is "interesting":
- You seem to have a lot of iron for a dedicated SQL box (definitely a good thing!). Why go...
June 27, 2010 at 6:18 pm
halifaxdal,
I don't think that Lutz was trying to give you any attitude at all. I think he was simply trying to identify what you have already done in...
May 20, 2010 at 4:26 pm
A quick serch in MSDN brought this back:
May 20, 2010 at 3:42 pm
I agree with what Lowell says. If your source is from a non-Windows machine, other OSes tend to use different end of line characters other than CRLF, such as just...
May 20, 2010 at 3:22 pm
Sounds strange. Is it possible that your security team is doing more than just locking the local admin account out? Such as changing the impersonation level in group policy?
May 20, 2010 at 3:19 pm
Are there any errors reported in the setup logs?
Monday, December 22, 2008 11:40 AM arvindsh
SQL Server setup log locations and more
May 20, 2010 at 3:15 pm
Have you checked that TCP/IP is enabled on the SQL 2000 instance and that it is using a different port number than the 2008 instance? I thought that by default...
May 20, 2010 at 3:04 pm
Well, I know that in my environment we only restart mission essential SQL instances either during unplanned outages to fix something completely broken or during approved downtimes for maintenance. In...
May 18, 2010 at 4:19 pm
I think that depends on your different database/application needs and how much memory is installed on the server. How much is configured for SQL right now? How much memory do...
May 18, 2010 at 4:14 pm
What does the history of the maintenance plan say?
May 18, 2010 at 4:11 pm
Viewing 15 posts - 706 through 720 (of 966 total)