Viewing 15 posts - 3,961 through 3,975 (of 4,272 total)
Glenn Dorling (7/26/2009)
July 26, 2009 at 8:12 pm
Melton (7/26/2009)
July 26, 2009 at 7:11 pm
I believe you can remove all windows groups/logins from the server, and this would prevent any windows user from by passing the logins. Also, I too must STRONGLY advise...
July 26, 2009 at 5:18 pm
I think I might start at a lower level. What media is this being stored on? Is it local disks? Are they RAID? San? ISCSI? FAS?
If...
July 25, 2009 at 7:12 am
The company that makes the SMS Gateway I was talking about is Ozeki NG.. It is at:
CEWII
July 25, 2009 at 7:07 am
An unapproved assembly is basically an assembly that MS has not explicitly tested and stated that they believe should be referenced by a SQLCLR assembly. Most assemblies cannot be...
July 25, 2009 at 6:56 am
I stand corrected, however, that used to be true in SQL 2000. I admit I didn't re-research it, perhaps I should have..
CEWII
July 25, 2009 at 6:39 am
I think I'd start with the document that you are using for the mail merge and see if there is a setting that gets it to pickup the contents of...
July 24, 2009 at 12:39 pm
the should. The LIKE operation tends to be expensive..
Also, why don't you test it an tell us..
CEWII
July 24, 2009 at 12:30 pm
I have some recommendations but not a whole doc..
1. Packages are deployed into SQL Server, this allows them to be backed up with the SQL data and does not require...
July 24, 2009 at 12:29 pm
Have you looked at the query plan for each. Also, was the index created after the sproc? Perhaps a recompilation of the sproc is necessary. If you...
July 24, 2009 at 12:07 pm
Will the data in any specified table be updated in both locations or only on one side?
CEWII
July 24, 2009 at 10:12 am
This might help:
ADO:
http://msdn.microsoft.com/en-us/library/aa123760(EXCHG.65).aspx
Other programming tech:
http://msdn.microsoft.com/en-us/library/ms876253(EXCHG.65).aspx
CEWII
July 24, 2009 at 9:00 am
I don't think you can get the package to auto-adapt to this, you likely could manipulate the package with the object model.
CEWII
July 24, 2009 at 8:49 am
I guess I don't see a need to get around this.. Grant the user access to the MSDB database to your users and add the user to the role.
I don't...
July 24, 2009 at 8:17 am
Viewing 15 posts - 3,961 through 3,975 (of 4,272 total)