Viewing 15 posts - 841 through 855 (of 1,069 total)
Mansoor (5/10/2009)
i check select @@version its showing sql2000 server.Can we change the database PUBS from Sql2000 to sql2005.then how ?
No. Not without upgrading to SQL Server 2005.
May 11, 2009 at 12:43 am
Mansoor (5/8/2009)
Dear All,
Thanks for giving response.
I am sure that i m using SQL SERVER 2005, and i tryed to executed the scripts also in SQL SERVER 2005.
Ref: You can...
May 8, 2009 at 12:43 am
Once enabled, is there a way to see, what isolation mode my database running?
select [name], is_read_committed_snapshot_on,
snapshot_isolation_state, snapshot_isolation_state_desc
from sys.databases;
May 7, 2009 at 5:04 am
Jack Corbett (4/15/2009)
April 15, 2009 at 10:55 pm
I am thankful to all you for your valueable suggestions.
February 2, 2009 at 2:54 am
The original code that I posted is just a simplied sample.
The actual code could be some thing like this:
declare @query nvarchar(4000)
select @query = 'SELECT ColumnName FROM tbl_TableName WHERE ' +...
January 29, 2009 at 6:27 am
Also there are other ways of injecting attacks, without using ';' or '--', such as using HEX strings in the attack
Is this enough to take care of HEX...
January 29, 2009 at 6:02 am
Ping with server name.
See whether it returns same IP address.
December 31, 2008 at 1:34 am
if try to connect database using ip adress of that server it wont get connected but if i put the name of the server i.e abcd it gets connected but...
December 30, 2008 at 11:17 pm
Run ALTER INDEX command with SET (ALLOW_PAGE_LOCK = ON)
December 30, 2008 at 11:12 pm
I have a production db which is running on sql 2005 and I have a development/testing system which is in sql 2000
It is recommended to run same version on...
December 30, 2008 at 6:22 am
then i click next,next...
4) in specify disk backup directory , in remove files older than ( days) are not showing....
I think you are confusing the SQL Server 2005 UI...
December 30, 2008 at 12:53 am
The advantage of SQL Express is scaleability.
Later you can upgrade it easily to standard/enterprise edition and take advantage of features like Replication, Mirroring, Log Shipping, Clustering, Database Partioning, SSIS, SSRS,...
December 30, 2008 at 12:21 am
i don't know whether i need to run the "DBCC TRACEON (1204)" statement in the SQL profiler in query analyzer or in command prompt(To the to switch on the flag).
Query...
December 29, 2008 at 5:36 am
Viewing 15 posts - 841 through 855 (of 1,069 total)