Viewing 15 posts - 106 through 120 (of 544 total)
check this link out, this says the process of setting up the mail on SQL server
🙂
May 27, 2009 at 7:47 am
Hi
I am not sure about the limit, one way you can do is to loop through the table that have the mail id...
May 27, 2009 at 7:41 am
Hi Syed
How huge are we talking here, in the case you have mentioned,how about using a left outer join...
May 27, 2009 at 5:22 am
I restore three databases.But after restortaion when I saw the login I found that the perticular login ID doesnt have the permission
Are you restoring on the same server or on...
May 27, 2009 at 5:18 am
Hi Judy
Are this separate jobs, or its on a job that runs after the first once have completed
May 26, 2009 at 9:59 am
hmm why dont you try to take out the distinct values from your subquery result, something like
select distinct (x.a) from
( select a from #temp1
Union all
Select a from #temp2)x
Hope...
May 26, 2009 at 9:53 am
try
DELETE FROM Member
WHERE Email in ( 'email@email.com' , 'email2@email.com')
May 26, 2009 at 9:51 am
sorry i cant get your post, are you trying to say that you need to display top 10 records from your table and then the 11th record must follow the...
May 26, 2009 at 9:48 am
Also performance wise...I don't get best performance over upgrading memory, anything else I need to look at?
Increasing RAM alone does not boost performance for your systems, There are various factors...
May 26, 2009 at 6:05 am
Hi charles
What exactly are you trying to do with the SQL, if you want a query that starts...
May 26, 2009 at 5:10 am
DBAs aren't born they develop, sometimes under pressure
I agree on that Dave, Every one learns something new every day, and as...
May 21, 2009 at 7:02 am
hi
i assume its a one off task, check the SPID from SP_WHO2 or from activity monitor and use Kill to kill...
May 21, 2009 at 5:10 am
Thanks Tom, i am looking for the first one B7==, As you said you can do this on C#, but i am just wondering if there are any other ways...
May 20, 2009 at 4:57 am
Viewing 15 posts - 106 through 120 (of 544 total)