Viewing 15 posts - 316 through 330 (of 629 total)
Edwin Frydendall (3/20/2009)
March 20, 2009 at 11:29 am
Hey ... instead of install outlook on the server check out ..
http://sqldev.net/xp/xpsmtp.htm
This will let you talk directly to SMTP server without having to expose your SQL Server to security issues...
March 20, 2009 at 10:59 am
pedro.ribeiro (3/20/2009)
Is it faster? why?
This table is just for temporary use.
I delete de data first and then insert the data trought the bulk insert. Then...
March 20, 2009 at 10:35 am
The lock will be acquired before your insert operation starts and will be held for the duration of the insert. It will be automatically released after opeartions are completed.
The...
March 20, 2009 at 9:27 am
Please look at ...
http://support.microsoft.com/kb/929151
And see if this helps you resolve your issues?
Mohit.
March 20, 2009 at 2:12 am
As I said it was just an idea I was throwing to the table...
The reason I am taking a guess AD communication issue is happening because of error message; that...
March 19, 2009 at 11:21 pm
Colin McKenney (3/19/2009)
we've got is a VERY "remote" office... not on this continent.
Hmm I guess we should have asked how far was the remote office; in this case Replication...
March 19, 2009 at 11:15 pm
I agree with Mike there ... You can't use a solution to overcome bad design; it might work but it will come back to bite you later. In my...
March 19, 2009 at 5:52 pm
kmauser (3/19/2009)
March 19, 2009 at 5:43 pm
"When the snapshot is applied at the Subscriber, the Distribution Agent first applies the snapshot files (schema and .bcp files). It then reconciles each captured transaction to see if it...
March 19, 2009 at 5:34 pm
soofy21 (3/19/2009)
Hi,Can any body clearify that why would a SQL Server services account and cluster services account have to use a SQL Logins and not a Window login.
Thanks
I am not...
March 19, 2009 at 5:26 pm
Hmm I am not sure .. just an idea.
Since you are having I/O Subsystem issues, SQL Server loses its communication to AD. So locks it down because it cannot...
March 19, 2009 at 5:22 pm
When I create a FK with NOCHECK option then is_not_trusted is set to 1, in the sys.foreign_keys.
Thanks.
Mohit.
March 19, 2009 at 5:14 pm
It is an error with WMI database that is on each computer; not error from SQL Server.
I would search on Google for WMI errors ... that Might help you out.
Thanks.
March 19, 2009 at 5:07 pm
I think he might referring to the PDFs and the Practice test that come with the Self-Study books.
But I would like to say that you should buy the book it...
March 19, 2009 at 5:05 pm
Viewing 15 posts - 316 through 330 (of 629 total)