Viewing 15 posts - 736 through 750 (of 764 total)
Two thinsg to note:
1) I too had trouble with the DROP Table statement until I used the slanted quotes. I accidentally discovered that I could also use Brackets to get...
May 3, 2005 at 10:56 am
A big thanks to all who have responded. The situation I describe is unfortunately something I have no control over but still have to work with. In this scenario the...
May 3, 2005 at 6:50 am
..When I refer to SQL, I am referring to the set based SELECT, UPDATE, INSERT, DELETE statements. When I refer to T-SQL being replaced by CLR, I am referring to...
May 2, 2005 at 3:05 pm
Straegen, I believe that you recieved the responses you did because your first few posts indicated that you believed that T-SQL was headed for the grave in it's...
May 2, 2005 at 10:48 am
David,
You say that dropping the support for the WHERE clause is breaking away from the ANSI standard. It is the ANSI standard that has pshed the move to using the...
May 2, 2005 at 9:26 am
Thanks to both of you for your response. Let me ask you both this and if anyone else owuld like to chime in then please do so.
If I have a...
May 2, 2005 at 8:43 am
I'm inclined to believe that it's not just a fluke that we both have the same problem after installing the Beta. I'm puttinig my money on their being an issue...
April 27, 2005 at 10:32 am
April 20, 2005 at 9:18 am
Kenneth, #1 is the technique that I was also recomending. I was just also pointing out the crwabacks to it; flattening the data. In the long ruin this is just...
April 19, 2005 at 9:28 am
Actually there is a piece of code that will show Stored Procedure dependencies and its available at this website. The name of the SP is funProcWithoutComments and you can...
April 14, 2005 at 10:16 am
I’m curious as to how those who have posted comments stating that the current implementation of the Employee-Job relationship is a bad would change the database or do differently...
April 14, 2005 at 10:09 am
You can use SQL's built-in DateTime functions to extract various date values such as Year() which will return the 4 digit year of a date. In your case your date...
April 14, 2005 at 9:20 am
I apolagize for not having the complete code for this but I don't have much time this morning while my internet is still up and I'm trying to handle as...
April 14, 2005 at 8:20 am
No method of securing digital material will remain secure. At some point all security technologies will be hacked period! It is only a matter of when not if. Because of...
April 11, 2005 at 11:03 am
Jamie, I'm not doubting what you are describing has happened to you but I find it odd that when I try to duplicate this I am unable to produce the...
April 11, 2005 at 7:51 am
Viewing 15 posts - 736 through 750 (of 764 total)