Viewing 15 posts - 91 through 105 (of 148 total)
sorry truncate_only present in sql server 2005 .
Just verified 😀
November 8, 2012 at 4:16 am
anthony.green (11/8/2012)
November 8, 2012 at 4:14 am
what is the output of the
dbcc loginfo( YourDBName)
also
select log_reuse_wait_desc from sys.databases where name = 'YourDbName'
November 8, 2012 at 3:36 am
its working fine for me in SQL serevr 2008 R2
or else another option is
ALTER AUTHORIZATION ON DATABASE::YourDatabaseName TO sa
GO
November 8, 2012 at 3:30 am
GilaMonster (11/8/2012)
AWE no. Locked pages, requires a service restart
Hi Gail,
But MS specify in Books online that
To make AWE available to an instance of SQL Server, use sp_configure to set...
November 8, 2012 at 12:58 am
pls can u tell me the meaning of this line "Changed database context to 'master'. (Microsoft SQL Server, Error: 15517)"
Hi thats just a informational message ..
I think link below will...
November 8, 2012 at 12:47 am
please check if there any db_owner for your database used in replication.
if there is no change it to SA or any other active login
use Yourdatabase
go
sp_changedbowner 'sa'
November 7, 2012 at 11:49 pm
I got it wrong ...
you should mention sql server Version in question .
Sysdatetime () not present in sql 2000 and 2005
November 7, 2012 at 10:22 pm
Thanks a lot Anthony and Lowell 🙂 ... Thats works just fine for me .
November 7, 2012 at 10:09 am
Bhuvnesh (11/7/2012)
DesmoShane (11/6/2012)
will the resulting non-clustered indexes will they be rebuilt automaticaly and be an online operation
YEs. any change to the cluster keys forces all the non-clustered indexes to...
November 7, 2012 at 4:24 am
i think OP needs to go for sunday FULL and last diif backup taekn (whether on tuesday or wednesday)
will it work ?
diff backup should be applied to its earliest full...
November 7, 2012 at 3:55 am
Bhuvnesh (11/7/2012)
see
I also have a daily direct backup of database via arcserve SQL agent to tape at 11pm:
Monday to...
November 7, 2012 at 3:36 am
chewychewy (11/7/2012)
For example only.
I have a daily full db backup via SQL maintenance plan to file system at 10pm.
I also have a daily direct backup of database via arcserve...
November 7, 2012 at 2:46 am
DesmoShane (11/6/2012)
November 6, 2012 at 10:43 pm
November 6, 2012 at 10:40 pm
Viewing 15 posts - 91 through 105 (of 148 total)