Viewing 15 posts - 16,981 through 16,995 (of 19,564 total)
Jeff Moden (2/26/2010)
February 26, 2010 at 12:48 am
1. The use of Int is a common practice.
2. You will receive errors. If using an Int, you may want to change that to BigInt.
Otherwise, the comments...
February 26, 2010 at 12:45 am
winslet (2/25/2010)
Different instance names with same database name on same machine is possible with different database file locations.- Win.
Or different instances with same file location but same database file names.;-)
February 26, 2010 at 12:39 am
cute_lhen05 (2/25/2010)
we use the database often thats why we dont schedule it hourly;is there another option? thanks
A common practice is to backup the transaction log every 15 minutes. ...
February 26, 2010 at 12:38 am
If I am to understand you correctly, it appears that you only backup your transaction log once a day as part of your backup maintenance plan which also performs the...
February 25, 2010 at 10:58 pm
WayneS (2/25/2010)
The "correct" answer doesn't have a column in the where clause... how can that be SARGable?
I would have to agree here. The lack of a column in the...
February 25, 2010 at 10:55 pm
Database names within an instance must be unique.
February 25, 2010 at 10:42 pm
You might want to look into a ddl trigger at the database level or the use of event notifications. Either of these options could alert you to somebody trying...
February 25, 2010 at 10:40 pm
Which database is it (system or user)?
We had an issue with our tempdb doing the same thing. We fixed it by changing the model db settings.
February 25, 2010 at 10:35 pm
cute_lhen05 (2/25/2010)
Its already in full recovery and the transaction log backup is already included in the database maintenanceplan;thanks
What is the frequency of your Tlog backup?
February 25, 2010 at 10:24 pm
Are you in full recovery mode?
If so, then you need to be backing up the log file on a regular basis in addition to your full backups.
February 25, 2010 at 10:03 pm
Welsh Corgi (2/25/2010)
For roles within the Database use the following command:sp_helprolemember
http://msdn.microsoft.com/en-us/library/aa933454(SQL.80).aspx
For Roles at the Server member use the following command:
sp_helpsrvrolemember
This is a good suggestion. There are...
February 25, 2010 at 1:28 pm
Viewing 15 posts - 16,981 through 16,995 (of 19,564 total)