Viewing 15 posts - 3,121 through 3,135 (of 9,707 total)
Shaun,
What is the exact error you are receiving?
Going into Control Panel -> Admin tools -> ODBC and starting the steps of creating an ODBC will list what drivers you have...
August 18, 2014 at 12:20 pm
FYI: He said to group by the count of actors, not by the title.
EDIT: Look up the HAVING clause.
August 18, 2014 at 12:17 pm
If I'm not mistaken, the script generator is including that in the ALTER statements because the FK was created without the "WITH CHECK" option. I am fairly certain any FK...
August 18, 2014 at 12:14 pm
Try as I might, I can't seem to get this to work. What really annoys me is those ALTER DATABASE and sp_renamedb messages. Looking at the text of sp_renamedb, it...
August 18, 2014 at 11:13 am
Igor Micev (8/15/2014)
ALTER TRIGGER ddl_trig_REname
ON ALL SERVER
FOR RENAME
AS
BEGIN
DECLARE @data XML;
DECLARE @database nvarchar(100);
DECLARE @eventType varchar(50);
...
August 18, 2014 at 9:25 am
M Joomun (8/18/2014)
Thanks for your replies.
As to the table schema, tblPerson - tblManagementOfBleeding is a 1 ~ 1. I've attached screenshots which give more detail. Do you need anything...
August 18, 2014 at 7:32 am
Beatrix Kiddo (8/18/2014)
Ah, you beat me to it! I finally knew something, too :-D.
I appreciate the thought. @=)
August 18, 2014 at 6:29 am
Without DDL and sample data, here's my first thought:
SELECT YearRecruited, Hospital, Jan, Feb, Mar, Apr, May,
Jun, Jul, Aug, Sep, Oct, Nov, Dec, MyCounter,
(Jan + Feb + Mar +...
August 18, 2014 at 6:27 am
Copied is good. Let us know if you need any additional fodder to help with your case for a more robust solution.
August 18, 2014 at 6:23 am
Nevermind. Finally found a link with them listed.
sys.database_mirroring
sys.database_mirroring_endpoints
sys.database_mirroring_witnesses
sys.dm_db_mirroring_connections
Thanks anyway.
August 18, 2014 at 6:22 am
dstoltz 35443 (8/18/2014)
August 18, 2014 at 6:03 am
First, let's try approaching this problem as if it has nothing to do with the VLFs issue, okay?
What is the schedule (if any) of your snapshot agent?
How big are your...
August 18, 2014 at 4:46 am
So did Tom answer your question, then?
If so, please mark his post as the solution. If not, please post again and tell us why it didn't work for you.
August 18, 2014 at 4:22 am
Jeff Moden (8/16/2014)
Evil Kraig F (8/15/2014)
Brandie Tarvin (8/15/2014)
August 17, 2014 at 6:07 am
GilaMonster (8/15/2014)
Evil Kraig F (8/15/2014)
August 16, 2014 at 8:13 am
Viewing 15 posts - 3,121 through 3,135 (of 9,707 total)