Viewing 15 posts - 286 through 300 (of 335 total)
On SQLServer 2005:
I am in the Test database which has Test table.
insert into Table
SELECT@@servername as Servername,name as DBName,[crdate] AS [LastStartupDate]
FROM[master].[dbo].[sysdatabases]
WHERE[name] = 'tempdb'
and [Test].[dbo.Table].LastStartUpTime < [master].[dbo].[sysdatabases].crdate
Error:
Msg 4104, Level 16, State...
October 29, 2012 at 1:58 pm
I got this part.How do i concatenate both weeks and days together.
Ex: 37 5/7 or 31 /2/7 or 41 6/7
I have a days column
Ex:280 days
I would like to...
October 3, 2012 at 4:16 pm
Query result:
1544
max server memory (MB)
2147483647
16
2147483647
2147483647
Maximum size of server memory (MB)
1
1
November 10, 2011 at 12:32 pm
Query result:
1544
max server memory (MB)
2147483647
16
2147483647
2147483647
Maximum size of server memory (MB)
1
1
November 10, 2011 at 12:30 pm
Do the appdomain errors mean issues with the server/database?
Does this error mean trouble?
Error:appdomain is marked for unload due to memory pressure.
November 2, 2011 at 11:51 am
Would giving "the sql server service account the right to prevent the operating system from paging its memory to disk" get rid of this error ?
i.e
Click Start.
2. Go to...
October 18, 2011 at 12:56 pm
Min memory:0 MB
Max memory:2147483647 MB
We have 8Gb RAM on the computer
Should I decrease the max memory to 7GB ?
If i choose to do this how I do it.Do I have...
October 13, 2011 at 5:19 pm
Does not work.....
Msg 241, Level 16, State 1, Line 1
Conversion failed when converting datetime from character string.
March 15, 2011 at 11:43 am
.ldf - log files
.dfb-diff backup files
.mdb - master database backup...Is .mdf used only for the backup of the master database?
.bak....Does having .bak extension means it is a full back?
How do...
January 19, 2011 at 1:03 pm
Thanks Jeff. Works like a charm !
February 12, 2010 at 3:45 pm
appreciate your replies...working on it...will get back to you.
thanks
February 12, 2010 at 2:04 pm
Viewing 15 posts - 286 through 300 (of 335 total)