Viewing 15 posts - 151 through 165 (of 186 total)
The columns "days" and "ADG" both are calculated columns.
The "days" is DATEDIFF(day, [prew.month], [month])
The "ADG" is ([weight]-[prew.weight])/DATEDIFF(day, [prew.month], [month])
September 18, 2009 at 6:09 am
The columns "days" and "ADG" both are calculated columns.
The "days" is DATEDIFF(day, [prew.month],[month])
The "ADG" is ([weight]-[prew.weight])/DATEDIFF(day, [prew.month],[month])
September 18, 2009 at 6:07 am
If you set database in a single_user mode WITH ROLLBACK IMMEDIATE, please make sure your own single_user connection doesn't keep the database in use, which will interrupt any restores. This...
September 18, 2009 at 5:54 am
Just go to the Cluster Administrator and do "Move Group".
September 17, 2009 at 3:45 pm
Exactly.
If you require SQL Server 2005 for existing solutions, you can still acquire additional licenses by taking advantage of the SQL Server 2008 "downgrade rights." The downgrade rights enable...
September 17, 2009 at 1:03 pm
It doesn't matter how it looks like in a table, but it is important how it looks like when you retrieve a data. So, you can convert it into different...
September 17, 2009 at 12:15 pm
What is a problem?
You can do it with GUI or with a script.
With GUI:
In Object Explorer, connect to an instance of the SQL Server 2005 Database Engine and then expand...
September 17, 2009 at 11:39 am
Ok, here is full info for SS2005 (how to get the latest pack, what is inside, how to apply it, etc.):
http://support.microsoft.com/kb/913089/
and here is for SS2000:
September 17, 2009 at 11:28 am
It is weird.
I created a table with your table definition and was able to run your insert statement from the SSMS AND a job without any error messages. So, it...
September 17, 2009 at 11:07 am
You can take advantage of log shipping using Standard Edition, only the differnece is you don't have wizard to play with.
The following links for your information:
http://www.sql-server-performance.com/sql_server_log_shipping.asp
http://www.microsoft.com/technet/prodtechnol/sql/2000/maintain/logship1.mspx
http://www.microsoft.com/technet/prodtechnol/sql/2000/maintain/logship2.mspx
September 16, 2009 at 5:12 pm
We passed through the same requirement several years ago.
We created step-by-step instructions for every "How to..." procedure, so each process is very well documented now.
The brief description of this instruction...
September 16, 2009 at 12:25 pm
You don't need a separate job for logins mapping.
I believe you have a scheduled job for you nightly restore.
So, just add one more last step to this job to map...
September 16, 2009 at 12:09 pm
Viewing 15 posts - 151 through 165 (of 186 total)