Viewing 15 posts - 1,696 through 1,710 (of 9,641 total)
mtillman-921105 (3/12/2012)
Well, if this is true about which email provider you use, I need to start using gmail. I am currently a Yahoo-er! :blush:
I have them all.
March 12, 2012 at 3:38 pm
Hey Lynn, how's the new job going?
March 8, 2012 at 9:16 pm
bitbucket-25253 (3/8/2012)
Evil Kraig F (3/8/2012)
L' Eomot Inversé (3/8/2012)
mtillman-921105 (3/6/2012)
Look, the first invisible car?I think it might create some problems if those were let loose in traffic.;-)
I want two... I know...
March 8, 2012 at 9:15 pm
Yup that works and I considered the conversion to INT as well, but that means you are assuming that the vehicleid is always the same with a a 0 or...
March 8, 2012 at 9:10 pm
I believe issue 1 can be fixed by adding the report server to trusted sites in IE.
I don't know what's happening with issue 2. Can you post the...
March 8, 2012 at 3:38 pm
Thanks guys. I got mine about 2 minutes AFTER I posted about it here. Usually it is waiting in my inbox when I wake up, so I have...
March 8, 2012 at 11:20 am
If you have AV on the server, check to make sure the DataBaseMail.exe is not being blocked. McAfee blocks it by default in the mass mailing rule and it...
March 8, 2012 at 10:15 am
Something like this should work for you:
DECLARE @tableA TABLE
(
vehicleID VARCHAR(5),
[timestamp] DATETIME,
...
March 8, 2012 at 9:31 am
Test email worked?
Are there any errors in the database mail log?
March 8, 2012 at 9:05 am
Has anyone gotten the newsletter today? I have not and I keep getting a notification email for the same post.
March 8, 2012 at 9:04 am
Not to be downer on rolling your own solution, you also need to take into account the time to develop, refine, and support the solution you create, which often times...
March 8, 2012 at 8:36 am
I don't think that there is a way to do this. I think you'd be better off going with a file configuration and deploying the file with the package...
March 7, 2012 at 1:11 pm
Never heard of such a thing happening.
How long does the delete take?
What are the indexes?
What is the locks taken by the delete?
March 7, 2012 at 12:29 pm
The Trigger fires AFTER any insert or update to table XYZ. The trigger code executes in order it is written in. So your example the order would be:
1....
March 7, 2012 at 12:19 pm
Viewing 15 posts - 1,696 through 1,710 (of 9,641 total)