Viewing 15 posts - 91 through 105 (of 548 total)
My first thought is to do it via SQL job (cursor/loop) with SQL Mail (or Database Mail in 2005) functions
Something like
FOR every record in TABLE WHERE conditions = ...
BEGIN
EXEC send_email
@To
@From
@Subject
@Message
END
March 19, 2009 at 1:05 pm
I think it's possible, but do you really want to have cluster in different physical locations?
They should be close-by, with a short heartbeat (private VLAN, or simply a cross-over cable)
You...
March 19, 2009 at 1:02 pm
koteswara kishore K. (3/18/2009)
In your Image just look there is a Login "sa" is not showing connected database information.
That is what i need. If...
March 18, 2009 at 8:12 am
I am using SSMS 2008 now
It supports block region (I just expanded/collapsed a IF BEGIN ... END block)
Anyway, FYI, there is SSMS Tools Pack for 2008 available
March 17, 2009 at 1:17 pm
I knew it
The 40% promo didn't work a week prior
so I bought a MS voucher for $115 USD (plus 2nd shot) and booked my exam
The week after, the 50% off...
March 17, 2009 at 1:06 pm
Yes, I think SQL 2008 requires you to have
.Net 3.5 SP1
and if you have VS2008 installed, it wants SP1 for that as well
March 17, 2009 at 8:04 am
Not sure what you mean
It does show DATABASE in the "Processes" panel in SSMS 2008 for me, and others
March 16, 2009 at 11:27 am
Is SQL on default port (1433) and default instance name MSSQLSERVER?
If not, you have to specify it
or turn on SQL Browser
March 11, 2009 at 12:39 pm
2GB on a DB server is really tight
Try limiting the MAX MEMORY in SSMS 2008 (to 1 GB or less)
or even STOP the SQL Service to see if Windows is...
March 11, 2009 at 10:59 am
I thought this was a trick question, but got it right anyway, whew~
March 10, 2009 at 1:31 pm
If you are really searching for terms, FULL-TEXT will be faster
and it will return results right away, with a rank (but full-text has its cons)
You can create a full-text catalog,...
March 6, 2009 at 1:43 pm
Any reason why you want to do this? As new SSMS costs more memory than a new tab in existing SSMS
March 6, 2009 at 1:41 pm
Just called Prometric
The rep said the promo code came up, but only good for United States
so much for Canada being part of North America, I am hurt, as a Canadian...
March 6, 2009 at 10:46 am
You think IntelliSense is good? Try RedGate SQL Prompt 😛
command to refresh cache in SQL Prompt is CTRL-SHIFT-D
March 5, 2009 at 11:59 am
You should do what the error tells you to do, check
1. Job step history (if it's simple few lines trivial errors)
2. Go into Maint. Plan page, right-click on the...
March 5, 2009 at 11:54 am
Viewing 15 posts - 91 through 105 (of 548 total)