Viewing 15 posts - 691 through 705 (of 859 total)
*vivian* (2/8/2010)
Thanks in advance for your help:-)
We have a SQL Server 2005 standard server,
server RAM is 4GB, and SQL Server is configured with Minimum server memory: 2000MB, Maximum...
February 8, 2010 at 4:57 am
February 2, 2010 at 9:32 am
haichells (1/25/2010)
Can anyone please help me the query to get the Status of Jobs in a server.. i.e for ex Job A - Executing ,Job B- Failed ,Job C -...
January 25, 2010 at 10:59 am
D Rose (1/22/2010)
I see in the SQL that this is for SQL 2005 +.Is this possible on SQL 2000?
Thanks!
Defragmentation script only works for sql server 2005/2008.If u want u can...
January 24, 2010 at 4:19 am
Alex Gay (1/22/2010)
The line "EXEC ('USE '+@DB_NAME+';"
Should be "EXEC ('USE ['+@DB_NAME+'];"
otherwise it fails if you have a database name with spaces in.
Not that any of us would...
January 24, 2010 at 4:16 am
mukisql2008 (1/22/2010)
Can you provide info Latest service pack for SQL Server 2005 & 2008 ?
The best answer is google.
January 23, 2010 at 12:01 am
ramyours2003 (1/22/2010)
January 22, 2010 at 8:34 am
tkatende (1/21/2010)
January 21, 2010 at 5:02 am
k.solai 53753 (1/21/2010)
I am creating the database configuration document , i want to know sql server 9.0.3033 about this, and help what are points needs to be add...
January 21, 2010 at 4:35 am
Shivrudra (1/21/2010)
I have created a Test database on E:\sql drive by Sql server 2005 Express edition successfully,
but when i modified the data file from E:\SQL to E:\ the following...
January 21, 2010 at 4:32 am
ramyours2003 (1/19/2010)
January 19, 2010 at 6:15 am
Saravanan T (1/18/2010)
Is it possible to keep my database in RAM????
I agree with Chris Morris.You need to give more info.
January 18, 2010 at 7:46 am
January 13, 2010 at 7:45 am
--Query 2
select *
from bo_fin_history
where account = '00000000008000002422101'
Hi,
Ur second query ll not take the C.I index "Ix_join"
See the execution plan the optimizer took the index "Ix_post" that y the key...
January 13, 2010 at 7:24 am
ramyours2003 (1/12/2010)
January 13, 2010 at 7:11 am
Viewing 15 posts - 691 through 705 (of 859 total)