Viewing 15 posts - 76 through 90 (of 120 total)
Thanks i got what writer meant to say..
Thanks a lot
Pramod
SQL Server DBA | MCSE SQL Server 2012/2014
in.linkedin.com/in/pramodsingla/
http://pramodsingla.wordpress.com/
July 6, 2013 at 8:40 pm
One of the Geek sent me message specifying the answer as C
but how do you differenciate between standard and non standard clause?
I don't see such distinguishment in BOL...
http://technet.microsoft.com/en-us/library/bb510625.aspx
Pramod
SQL Server DBA | MCSE SQL Server 2012/2014
in.linkedin.com/in/pramodsingla/
http://pramodsingla.wordpress.com/
July 5, 2013 at 8:07 pm
DBCC Memorystatus
Pramod
SQL Server DBA | MCSE SQL Server 2012/2014
in.linkedin.com/in/pramodsingla/
http://pramodsingla.wordpress.com/
July 5, 2013 at 2:31 am
Also you can try setting "sql server performance condition alerts"
Pramod
SQL Server DBA | MCSE SQL Server 2012/2014
in.linkedin.com/in/pramodsingla/
http://pramodsingla.wordpress.com/
July 5, 2013 at 1:36 am
does it always skips 1000 rows or any random number?
Pramod
SQL Server DBA | MCSE SQL Server 2012/2014
in.linkedin.com/in/pramodsingla/
http://pramodsingla.wordpress.com/
July 5, 2013 at 1:29 am
multiple reasons could be there:
1. Some other backup process is scheduled or taken manually
2.Recovery mode might have changed to simple and then
3.Might have taken full backup with copy only option
4.Might...
Pramod
SQL Server DBA | MCSE SQL Server 2012/2014
in.linkedin.com/in/pramodsingla/
http://pramodsingla.wordpress.com/
July 3, 2013 at 2:05 am
you question is not clear enough..
hope this may help:
get the servername from sql server configuration manager (run>sqlservermanager11.msc)..
open ssms2012 and try connecting to the above server with your credentials.
Pramod
SQL Server DBA | MCSE SQL Server 2012/2014
in.linkedin.com/in/pramodsingla/
http://pramodsingla.wordpress.com/
July 1, 2013 at 1:15 am
There could be multiple reasons to it,,
There is huge date in the work_order and task_seek table
index is missing or inappropriate
sol:put the result of these tables in temp tables without applying...
Pramod
SQL Server DBA | MCSE SQL Server 2012/2014
in.linkedin.com/in/pramodsingla/
http://pramodsingla.wordpress.com/
June 27, 2013 at 7:23 am
to reclaim the space using shrink command,following command should return 'NOTHING'.
else the log won't be truncated and file won't shrink
select log_reuse_wait_desc from sys.databases where name='Your_db_name'
Pramod
SQL Server DBA | MCSE SQL Server 2012/2014
in.linkedin.com/in/pramodsingla/
http://pramodsingla.wordpress.com/
June 27, 2013 at 7:18 am
if i were you then i would have taken the backup first then
tried
DBCC CHECKDB (<db>, REPAIR_ALLOW_DATA_LOSS)
Note:note sure this will work on 2000 or not?
Pramod
SQL Server DBA | MCSE SQL Server 2012/2014
in.linkedin.com/in/pramodsingla/
http://pramodsingla.wordpress.com/
June 27, 2013 at 4:13 am
are you able to connect to the database using ssms with same user?
Pramod
SQL Server DBA | MCSE SQL Server 2012/2014
in.linkedin.com/in/pramodsingla/
http://pramodsingla.wordpress.com/
June 27, 2013 at 3:32 am
you can use 2008 express edition as a witness instead of using 2005..
Edition do not matter for witness server but versions do matter.
Pramod
SQL Server DBA | MCSE SQL Server 2012/2014
in.linkedin.com/in/pramodsingla/
http://pramodsingla.wordpress.com/
June 27, 2013 at 3:28 am
Thanks Martin and Hugo
Pramod
SQL Server DBA | MCSE SQL Server 2012/2014
in.linkedin.com/in/pramodsingla/
http://pramodsingla.wordpress.com/
June 27, 2013 at 3:21 am
sql server agent>alerts>Log shipping_<xyz>
right click and disable on both primary,secondary
Pramod
SQL Server DBA | MCSE SQL Server 2012/2014
in.linkedin.com/in/pramodsingla/
http://pramodsingla.wordpress.com/
June 26, 2013 at 10:31 pm
Nice one
Pramod
SQL Server DBA | MCSE SQL Server 2012/2014
in.linkedin.com/in/pramodsingla/
http://pramodsingla.wordpress.com/
June 26, 2013 at 10:27 pm
Viewing 15 posts - 76 through 90 (of 120 total)