Viewing 15 posts - 316 through 330 (of 612 total)
Sorry for the delay in answering....
Thanks for the answers! The Problem is solved! 🙂
February 5, 2015 at 12:41 am
Koen Verbeeck (1/19/2015)
kevaburg (1/19/2015)
Koen Verbeeck (1/19/2015)
David Burrows (1/19/2015)
When I want to deploy I select...
January 20, 2015 at 12:48 am
Koen Verbeeck (1/19/2015)
David Burrows (1/19/2015)
When I want to deploy I select Build/Configuration Manager from...
January 19, 2015 at 8:09 am
Grant Fritchey (12/1/2014)
December 2, 2014 at 12:14 am
Would it not be easier to perform multiplexed backups to multiple Locations? We back our databases up locally on the box and multiplex it to our SAN just in...
December 1, 2014 at 6:50 am
How about building a clustered index on the table?
December 1, 2014 at 6:43 am
Hhi Reddal,
if I were you I would build a 2008R2 box, attach all of your user databases with new log files, run CHECKDB and if successful move them across to...
December 1, 2014 at 6:40 am
Have you checked that you have the correct Access to the objects you Need?
December 1, 2014 at 12:33 am
Hi,
when the Report Server is configured a Report Server database is configured with it. At some Point someone pointed the Report Server database to another database on another Server....
November 13, 2014 at 1:13 pm
AUAni (11/3/2014)
Used both SQL Server 2014 Express installation and SQL Server 2014 Standard to install the SSMS but...
November 4, 2014 at 12:41 am
It sounds like an installation error. Have you tried reinstalling it?
November 3, 2014 at 8:29 am
GilaMonster (10/3/2014)
kevaburg (10/3/2014)
The table sys.dm_exec_sql_text only stores currently executing SQL and once the execution is completed will be removed.
Currently cached, not currently executing, but otherwise, yeah. An insert ... values...
October 8, 2014 at 4:51 am
dastagiri16 (10/3/2014)
insert into test (id,name,a) values (1,'aa','hjh')
waitfor delay '00:00:10'
commit tran
i tested like above
after i ran below ...
SELECT t.[text]
FROM sys.dm_exec_cached_plans AS p
CROSS APPLY sys.dm_exec_sql_text(p.plan_handle) AS t
WHERE t.[text] LIKE '%insert...
October 3, 2014 at 7:14 am
Thanks for the warning! I will try and recreate it here and post the results.... 🙂
October 2, 2014 at 6:07 am
Hi,
you could create CMS groups and add the servers that you need to administer CDC against. You don't add a database per se in CMS but rather the server/instance...
October 2, 2014 at 6:05 am
Viewing 15 posts - 316 through 330 (of 612 total)