Viewing 15 posts - 16,456 through 16,470 (of 39,827 total)
Also, what is in ActivityName besides "email sent"
If you can avoid the <>, you can make this run more efficiently.
March 25, 2011 at 10:50 am
I think that blog is OK for internal applications, but it doesn't think through the complete issue. While it's true that a port scan or network trace can easily find...
March 25, 2011 at 10:43 am
paul.knibbs (3/25/2011)
March 25, 2011 at 10:35 am
A Facebook friend just asked to start an on-line book club with Dan Simmon' Hyperion. Anyone read it? Just started it and not sure about the first 20 pages.
March 25, 2011 at 10:08 am
I thought Surface would make a great gaming table as well. I think there are a number of places in some resorts, like Vegas, that have implemented them for bar...
March 25, 2011 at 10:03 am
That is strange. I wouldn't think it would matter, but I'm glad it's working. I'll dig in later and see if I can come up with something.
March 25, 2011 at 9:56 am
What you want to do is use charindex to find the other pattern. This is all pattern matching, so you can do this:
select
charindex( col2, 'dbname.dbo.'),
...
March 25, 2011 at 8:57 am
Is the name of your database read_write_filegroups? Or is this a filegroup backup (typo)?
I think this might help you: http://msdn.microsoft.com/en-us/library/ms190218.aspx
The best solution would be, If I understand your situation correctly,...
March 25, 2011 at 8:54 am
A Better reference: http://technet.microsoft.com/en-us/library/cc938485.aspx
Checksum isn't a term I've seen associate with RAID. Almost always things are listed as parity calculations.
March 24, 2011 at 8:51 pm
Ray K (3/24/2011)
March 24, 2011 at 3:24 pm
GSquared has great points. Typically a DBA brings value. They tune code, they write new reports, the improve the systems. If you are looking to hire someone that sits...
March 24, 2011 at 1:11 pm
Have you tried charindex()?
Like:
select
charindex( col2, 'dbname.dbo.'),
substring( col2, charindex( col2, 'dbname.dbo'), 30)
from myTable
It would help if you explained what you are trying to do...
March 24, 2011 at 1:07 pm
What you wrote isn't clear. Is that what is exactly stored in the column?
It's not clear what you are trying to do?
March 24, 2011 at 12:33 pm
Rockies look good overall. We'll see how it translates to the season after signing some contracts with the Big 3 here.
March 24, 2011 at 12:31 pm
Yes, the folks at Red Gate booked it, not realizing we had a DST change recently.
We recorded it and I'll get a link posted as soon as I can
March 24, 2011 at 12:22 pm
Viewing 15 posts - 16,456 through 16,470 (of 39,827 total)