Viewing 15 posts - 5,356 through 5,370 (of 5,590 total)
I should have looked on this web site harder. Found the solution to my (first) issue: the variable that the Execute SQL task goes into needs to be an object...
May 5, 2009 at 9:50 pm
For the given test data (thanks for that!), what should the output look like?
Also, I can't get your cursor/cte to run.
Edit: got the test code to run, I see what...
May 5, 2009 at 9:10 pm
DBA (5/5/2009)
May 5, 2009 at 4:40 pm
GSquared (5/5/2009)
And I like to think I have a decent level of SQL skill.
If it makes any difference, I think you have a decent SQL skill level... 😉
May 5, 2009 at 10:24 am
Loner (5/5/2009)
May 5, 2009 at 10:15 am
Datetime data types are internally a float. The whole number portion represents the days, while the decimal portion represents the time.
ie:
select CONVERT(float, CONVERT(datetime, '99991231 23:59:59.997')), CONVERT(float, GetDate())
If you change the...
May 5, 2009 at 10:04 am
Well, this might give you a little more information than what you asked for. Not only does it include the owner name, but also the table name, as well as...
May 5, 2009 at 9:43 am
I don't have a degree. I have been to college, but just haven't finished.
I "fell" into computer because of college in 1978. I was studying for Electronic Engineering, and...
May 5, 2009 at 5:41 am
swjohnson (5/4/2009)
As my dad said, computers are to this generation what muscle cars were to his...a place to tinker and learn.
Now that is an awesome analogy. Your dad is...
May 5, 2009 at 5:29 am
Hey Roy... very good (okay, GREAT) article.
I thing to emphasize... as long as you need that backup, you need to keep the security certificates. Think SOX. You may need that...
May 4, 2009 at 2:21 pm
ifila (5/4/2009)
1 hour per...
May 4, 2009 at 11:50 am
I think at this point that we're going to need to see the data being modified. It would also help to see the table structure, and the command(s) being issues...
May 4, 2009 at 11:44 am
Please don't cross-post. Check the other post you did. http://www.sqlservercentral.com/Forums/Topic709311-391-1.aspx
May 4, 2009 at 5:36 am
Please don't cross-post.
Check the other post you did http://www.sqlservercentral.com/Forums/Topic709310-145-1.aspx
May 4, 2009 at 5:35 am
Hey Jeff... If you need to test anything, I've got 2005 & 2008 Dev Editions on my laptop.
May 3, 2009 at 6:27 am
Viewing 15 posts - 5,356 through 5,370 (of 5,590 total)