Viewing 15 posts - 121 through 135 (of 208 total)
J:\ does'nt seem to be localdrive, Is it SAN Drive or Network Share Mapped locally?
Some Possible Causes are
1. Your SQLSERVER Agent Service Account does'nt have access to the location.
2. You...
November 17, 2008 at 10:30 pm
Hi,
When you restart your SQL Server then memory will be flushed so it will work perfectly but gradually you will get this error once memory bottleneck comes...
November 17, 2008 at 9:49 pm
My choice is to go for rebuildmaster and restore the recent backup... This saves time and lot of other issues!
October 22, 2008 at 7:51 pm
Hi,
In SQL 2000 you will get query analyser, enterprise manager after installing client tools. In SQL 2005 you will get Management Studio and other tools after installing...
October 22, 2008 at 7:30 am
Hi,
You have specified that you changed the password for sa and forgot to disable which means you remember the password for sa correct?
October 21, 2008 at 11:04 pm
If you want the port number of SQL Server remotely then just download "portQry.exe" from Microsoft and just run this command
portqry -n {windowshostnameofsqlserver} 1434
You will get the complete...
October 21, 2008 at 10:37 pm
Ha ha.. That's why they kept "my"google... so you can keep any name because it is yours...
October 17, 2008 at 12:54 pm
Hi Padma,
What I gave is just link in Google Search... Try Searching for "Setup Snapshot Replication in SQL 2005"... You will get some...
October 9, 2008 at 10:48 pm
Then you need to use snapshot replication. Use this link to get some articles to help you..
October 9, 2008 at 5:00 am
Will SQL 2005/2008 Express edition help your need. Though you cannot have all DBA options in Express edition, It comes free with some options which can help you..
October 9, 2008 at 4:57 am
Hi,
Run this code in master...
select * from sysprocesses where program_name like 'SQLAgent - Generic Refresher%'
If your SQL Agent is running then you will get output else no...
October 9, 2008 at 4:54 am
Hi,
Sometimes you may need to add two single quotes when using strings in OPENQUERY... just recollect that..
October 9, 2008 at 3:46 am
Hi Gila,
Do you think it will be helpful if he can post the performance counter results so that it will helpful to find performance/IO...
October 9, 2008 at 3:41 am
Hi,
Are you sure that this error is happening in Microsoft SQL Server? Error seems like Oracle?
October 9, 2008 at 1:59 am
Hi,
Not sure whether this will help you... Put the below code into SP and call this SP from Job to send notification to you... UPDATE STATISTICS...
October 9, 2008 at 1:52 am
Viewing 15 posts - 121 through 135 (of 208 total)