Viewing 15 posts - 856 through 870 (of 3,738 total)
Thanks everyone.:-)
For better, quicker answers on T-SQL questions, click on the following...
http://www.sqlservercentral.com/articles/Best+Practices/61537/
For better answers on performance questions, click on the following...
http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
June 8, 2014 at 4:14 am
Lynn Pettis (6/7/2014)
Welsh Corgi (6/7/2014)
That is sweet. I have the sizes stored in KB's. What statement could I used to convert from KB to GB?Thanks a bunch!
Divide twice by 1024.0.
Syntax...
For better, quicker answers on T-SQL questions, click on the following...
http://www.sqlservercentral.com/articles/Best+Practices/61537/
For better answers on performance questions, click on the following...
http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
June 8, 2014 at 1:57 am
That is sweet. I have the sizes stored in KB's. What statement could I used to convert from KB to GB?
Thanks a bunch!
For better, quicker answers on T-SQL questions, click on the following...
http://www.sqlservercentral.com/articles/Best+Practices/61537/
For better answers on performance questions, click on the following...
http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
June 7, 2014 at 4:42 pm
Welsh Corgi (6/5/2014)
Jeffrey Williams 3188 (6/5/2014)
Select db_name(mf.database_id) As DatabaseName
, convert(int
...
For better, quicker answers on T-SQL questions, click on the following...
http://www.sqlservercentral.com/articles/Best+Practices/61537/
For better answers on performance questions, click on the following...
http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
June 5, 2014 at 4:49 pm
Jeffrey Williams 3188 (6/5/2014)
For better, quicker answers on T-SQL questions, click on the following...
http://www.sqlservercentral.com/articles/Best+Practices/61537/
For better answers on performance questions, click on the following...
http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
June 5, 2014 at 4:29 pm
Jeffrey Williams 3188 (6/5/2014)
Select db_name(mf.database_id) As DatabaseName
, convert(int
...
For better, quicker answers on T-SQL questions, click on the following...
http://www.sqlservercentral.com/articles/Best+Practices/61537/
For better answers on performance questions, click on the following...
http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
June 5, 2014 at 2:12 pm
Thanks I'm trying t get the size in GB and store in a permanent table so capture the growth.
It should exclude the Transaction Log. (edit)
I will run it as Daily...
For better, quicker answers on T-SQL questions, click on the following...
http://www.sqlservercentral.com/articles/Best+Practices/61537/
For better answers on performance questions, click on the following...
http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
June 5, 2014 at 12:46 pm
Or Drop and recreate.
Thanks.
For better, quicker answers on T-SQL questions, click on the following...
http://www.sqlservercentral.com/articles/Best+Practices/61537/
For better answers on performance questions, click on the following...
http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
June 2, 2014 at 11:50 am
You are right you can't set the Identity Property to true.
You can set the identity property to false by simply going into design mode and set the property to false.
I...
For better, quicker answers on T-SQL questions, click on the following...
http://www.sqlservercentral.com/articles/Best+Practices/61537/
For better answers on performance questions, click on the following...
http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
May 20, 2014 at 10:20 pm
Sean Pearce (5/20/2014)
What do you mean?Change the column that is an IDENTITY?
Add or remove an IDENTITY column?
Change the seed?
There is an Identity Property for a column it is set to...
For better, quicker answers on T-SQL questions, click on the following...
http://www.sqlservercentral.com/articles/Best+Practices/61537/
For better answers on performance questions, click on the following...
http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
May 20, 2014 at 8:46 am
This is an example of one of the statements that is hung.
There are all the same but selecting from a different object.
SELECT @cnt = AS400TableCount FROM OPENQUERY(LScypR40DAT, 'SELECT COUNT(*)...
For better, quicker answers on T-SQL questions, click on the following...
http://www.sqlservercentral.com/articles/Best+Practices/61537/
For better answers on performance questions, click on the following...
http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
May 7, 2014 at 9:43 am
DouglasH (4/24/2014)
If they try a SELECT query on one of the other schema tables (even though they can't...
For better, quicker answers on T-SQL questions, click on the following...
http://www.sqlservercentral.com/articles/Best+Practices/61537/
For better answers on performance questions, click on the following...
http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
April 24, 2014 at 6:50 pm
Jo Pattyn (4/12/2014)
was it Oracle TAF automatic fail over using tnsnames ?
Could you please expand on that?
I do not have control of the Oracle Servers but I can make suggestions...
For better, quicker answers on T-SQL questions, click on the following...
http://www.sqlservercentral.com/articles/Best+Practices/61537/
For better answers on performance questions, click on the following...
http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
April 12, 2014 at 4:32 pm
I basically came up with a solution
For better, quicker answers on T-SQL questions, click on the following...
http://www.sqlservercentral.com/articles/Best+Practices/61537/
For better answers on performance questions, click on the following...
http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
April 11, 2014 at 1:25 pm
Sean Lange (4/4/2014)
OCTom (4/4/2014)
For better, quicker answers on T-SQL questions, click on the following...
http://www.sqlservercentral.com/articles/Best+Practices/61537/
For better answers on performance questions, click on the following...
http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
April 4, 2014 at 6:05 pm
Viewing 15 posts - 856 through 870 (of 3,738 total)