Viewing 15 posts - 46 through 60 (of 1,292 total)
I don't have script ready to give you..
Read the below topics (links) they will give you an idea what I was suggesting to..
http://forums.asp.net/t/1724525.aspx/1
http://www.datasprings.com/resources/articles-information/creating-email-triggers-in-sql-server-2005
And about the sms application you have, it...
Blog -- LearnSQLWithBru
Join on Facebook Page Facebook.comLearnSQLWithBru
Twitter -- BruMedishetty
February 7, 2012 at 7:21 am
Can't give suggestions without knowing the reason for the failure..
As mentioned by the previous user, post the error description for the restore jobs..
Blog -- LearnSQLWithBru
Join on Facebook Page Facebook.comLearnSQLWithBru
Twitter -- BruMedishetty
February 7, 2012 at 6:56 am
I would recommend you to explore Triggers to send the alerts.
That way you don't have to worry about the source code of that program that is trying to update /...
Blog -- LearnSQLWithBru
Join on Facebook Page Facebook.comLearnSQLWithBru
Twitter -- BruMedishetty
February 7, 2012 at 6:50 am
Yes sadly that is the only option...
Blog -- LearnSQLWithBru
Join on Facebook Page Facebook.comLearnSQLWithBru
Twitter -- BruMedishetty
February 6, 2012 at 11:09 am
GilaMonster (2/6/2012)
Did you even read that article before you posted it?
lol 🙂
Blog -- LearnSQLWithBru
Join on Facebook Page Facebook.comLearnSQLWithBru
Twitter -- BruMedishetty
February 6, 2012 at 9:37 am
I wrote an article which does a similar task but the email is sent using database mail.
The article is here.. http://www.mssqltips.com/sqlservertip/2347/send-email-in-a-tabular-format-using-sql-server-database-mail/%5B/url%5D
May be it might need customizing as per your need.
Blog -- LearnSQLWithBru
Join on Facebook Page Facebook.comLearnSQLWithBru
Twitter -- BruMedishetty
February 6, 2012 at 9:32 am
Once you open the package to edit it, can you not change the package Protectionlevel to EncryptSensitivewithpassword and give your own password.
I haven't been in this scenario, but trying to...
Blog -- LearnSQLWithBru
Join on Facebook Page Facebook.comLearnSQLWithBru
Twitter -- BruMedishetty
February 6, 2012 at 9:28 am
winston Smith (2/5/2012)
Bru Medishetty (2/2/2012)
Blog -- LearnSQLWithBru
Join on Facebook Page Facebook.comLearnSQLWithBru
Twitter -- BruMedishetty
February 5, 2012 at 7:49 pm
You are welcome !!!
Blog -- LearnSQLWithBru
Join on Facebook Page Facebook.comLearnSQLWithBru
Twitter -- BruMedishetty
February 3, 2012 at 4:17 pm
Add where clause
SELECT srvname
FROM
master.dbo.sysservers
where srvid > 0
Blog -- LearnSQLWithBru
Join on Facebook Page Facebook.comLearnSQLWithBru
Twitter -- BruMedishetty
February 3, 2012 at 6:52 am
I haven't had much trouble with my SQL Servers on Virtual Environment.
Blog -- LearnSQLWithBru
Join on Facebook Page Facebook.comLearnSQLWithBru
Twitter -- BruMedishetty
February 2, 2012 at 5:31 pm
Back to Winter Temps..
Blog -- LearnSQLWithBru
Join on Facebook Page Facebook.comLearnSQLWithBru
Twitter -- BruMedishetty
February 2, 2012 at 5:28 pm
Well, it is not going to be easy without any knowledge on the tables structure (table description) and what is the criteria to know if an existing record is updated,...
Blog -- LearnSQLWithBru
Join on Facebook Page Facebook.comLearnSQLWithBru
Twitter -- BruMedishetty
February 2, 2012 at 5:25 pm
goodluck (2/2/2012)
yes. It uses index seek..
That's it? nothing else is in your query execution plan, well even though it uses Index seek, it might be the least % of the...
Blog -- LearnSQLWithBru
Join on Facebook Page Facebook.comLearnSQLWithBru
Twitter -- BruMedishetty
February 2, 2012 at 5:22 pm
Well I think, I understood what is wrong with your code that is causing this format. After each day of the week, you are adding 20 space values and that...
Blog -- LearnSQLWithBru
Join on Facebook Page Facebook.comLearnSQLWithBru
Twitter -- BruMedishetty
February 2, 2012 at 5:20 pm
Viewing 15 posts - 46 through 60 (of 1,292 total)