Viewing 15 posts - 91 through 105 (of 118 total)
Hi Azzam,
The given query does not give any records.
Please check the query
April 28, 2005 at 2:21 am
Will DBCC Reindex update system tables? If not why?
Anyone could explain on this...
April 26, 2005 at 11:32 am
Once you executed Sp_dropserver 'oldservername'
and sp_addserver 'newservername','local'
you can verify the server name by
Select @@servername.
Now the servername should reflect the new server name.
Otherwise stop and start the SQL Server service...
April 26, 2005 at 2:40 am
Colin,
This is my understanding from your reply.
DBCC Reindex would update statistics of Indexed columns only.
If there are manually / auto created statistics exists on non-indexed column those statistics are unaffected....
April 25, 2005 at 12:34 pm
Ian Scarlett,
Do you mean to say that when there is space constraint to take full backup it would be useful?
But this make SQL Server to believe that full backup being...
April 19, 2005 at 10:10 am
When this stament would be useful? for what?
Please explain..
April 18, 2005 at 11:15 am
Hi rudy;
Database data size is 10 GB and log sizes 4 GB.
Yes, I am using maintaing plan to take full backup of the database.
No transaction log backup being schedulled currently.
Have...
April 18, 2005 at 2:17 am
Also try with sp_password. More on sp_password can be found on BOL.
March 31, 2005 at 12:21 am
1. To Check the version:
On Registry check the following for SQL Server version
\\HKEY_LOCAL_MACHINE\Software\Microsoft\Microsoft SQL Server\MSSQLServer\CurrentVerion
From the version number, you can drive it's Service pack and hotfix...
March 31, 2005 at 12:18 am
Kishore,
"
You could modify your SQL Backup Maintainence Plan to delete the file.
I mean if you are taking a backup at 10:00 am, you could ask the plan to delete the...
March 30, 2005 at 11:55 pm
what's reason of file not get deleted?
I would add /Q /F in del command.
Like "master..xp_cmdshell 'DEL /Q /F D:\SQLBackup\*.bak "
Though the file not being deleted by...
March 30, 2005 at 11:47 pm
Actually in my case when the fail over happened to the Node 2, the backup job for the user database was running.
What happened was the databse backed up during...
March 29, 2005 at 1:13 am
Hey,
I checked and found the SQL Service accounts have "Log on" previleges on the both nodes.
- Sivaprasad S
March 29, 2005 at 12:55 am
Hey, It is as simple that.
Just add "Builtin\Administrators" on Security --> New Logins on type Windows
That's it.
March 29, 2005 at 12:52 am
Rudy,
Have you checked active directory ? Specifically the 'Account' tab, 'Log On To' button ?
Can you elobrate on what do I need to check on 'Active Directory"...
March 26, 2005 at 11:42 am
Viewing 15 posts - 91 through 105 (of 118 total)