Viewing 15 posts - 856 through 870 (of 3,738 total)
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...
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!
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
...
June 5, 2014 at 4:49 pm
Jeffrey Williams 3188 (6/5/2014)
June 5, 2014 at 4:29 pm
Jeffrey Williams 3188 (6/5/2014)
Select db_name(mf.database_id) As DatabaseName
, convert(int
...
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...
June 5, 2014 at 12:46 pm
Or Drop and recreate.
Thanks.
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...
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...
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(*)...
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...
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...
April 12, 2014 at 4:32 pm
I basically came up with a solution
April 11, 2014 at 1:25 pm
Sean Lange (4/4/2014)
OCTom (4/4/2014)
April 4, 2014 at 6:05 pm
Viewing 15 posts - 856 through 870 (of 3,738 total)