Viewing 15 posts - 10,186 through 10,200 (of 39,769 total)
I always want a datetime here so that I can detect latency or potential issues with my process. I'd store this on the destination side, when I pull the data....
January 2, 2015 at 8:38 am
It should be. Perhaps something is broken here, but there should always be two pools on all instances.
January 2, 2015 at 8:35 am
Be aware that anyone can spoof the application name in their connection string. In practice, it probably doesn't happen, but just be aware you have a hole.
January 2, 2015 at 8:34 am
I don't think there's an issue here. There might be a small conversion, but it can't be much. There can't be a "bit" in the register. It will load as...
January 2, 2015 at 8:30 am
Jeff Moden (1/2/2015)
Stefan Krzywicki (1/2/2015)
Happy New Year everyone!Who, like me, is at work today?
Me. Covering for the younger folks that have families.
I'm here. Around a doctor's appt for my...
January 2, 2015 at 8:23 am
Also, I can repeat column names. Just need an alias.
SELECT a.myid
, a.mychar
, b.myid
FROM dbo.mytable2 a
INNER JOIN dbo.mytable b
ON...
December 31, 2014 at 10:21 am
As Chris mentioned, we can't determine how you match up rows. What determines that the row with "a" matches the row with "c" and not "d"? If you can't logically...
December 31, 2014 at 10:19 am
chrisn-585491 (12/31/2014)
December 31, 2014 at 10:08 am
rohitc 87397 (12/31/2014)
Thanks Steve. I would like to take a moment to thank you for this excellent service you provide. I look forward to your daily emails in 2015!
You are...
December 31, 2014 at 10:05 am
As Lowell suggested, I'd use SQLMail.
We used to send the newsletter here from SQL2000. It can be done at lower volumes (1,000s/day).
What I'd do is load an email table with...
December 31, 2014 at 10:03 am
I think DAS was coined when expansion boxes attached to servers using external SCSI connections. This distinguishes it from storage across a network using HBAs, SAN, iSCSI, etc.
You are correct...
December 31, 2014 at 9:54 am
Aside from what Lowell wrote, if you have truly filled up all the space with data, you'll need to archive data and then delete it to free up space.
December 30, 2014 at 2:21 pm
I'd use the solution above to concatenate the values.
December 30, 2014 at 2:20 pm
Viewing 15 posts - 10,186 through 10,200 (of 39,769 total)