Viewing 13 posts - 76 through 88 (of 88 total)
After switching to SSMS I worked my way through all the options and found this tip a short time ago. But the only thing I really miss is that in...
June 13, 2008 at 2:57 am
So what is consistency and what is quality?
Consistency as I understand is the basis for formatting, naming and where the description header goes. Maybe how and for what comments are...
May 16, 2008 at 9:01 am
Consistency and readability.
I had the "pleasure" to hand over 3 years of development work and it helped that at the time of development I left enough comments in the code...
May 16, 2008 at 1:11 am
That was a very nice question for a Friday morning.
Another solution would be:
datepart(m,dob) between 1 and 8
and datepart(m,dob) <> 2
and datepart(m,dob) <> 6
Though the single condition definitely beats this solution.
May 2, 2008 at 1:36 am
While it is a nice easy way I wouldn't use it in a customer facing application setup due to the identified security risk.
All it needs is cracking the security context...
April 22, 2008 at 1:16 am
Jim, if on the other hand Microsoft wouldn't have promised the features from SP1 in RTM, would you have signed up to a subscription or would you have been happy...
April 7, 2008 at 7:32 am
Microsoft will have a hard time initially to change from the by-incident support to yearly subscription support.
Then again there were some interesting rumours about a subscription based Operating System after...
April 7, 2008 at 4:35 am
Oh come on. False????
In the spirit of the day the answer should be True !!!
April 1, 2008 at 2:08 am
Aye, your fourth statement is what works correctly, Peter.
March 6, 2008 at 8:15 am
To start with use the Upgrade Wizard within Access to move the tables across to SQL server. From recent moves I know it's quite simple and reliable.
Depending on your Access...
November 29, 2007 at 5:24 am
I suggest you look into a stored procedure that accepts a start and an end date.
Your problem is that your table name is dynamic and for this reason only I...
October 17, 2007 at 5:26 am
Well, one wrong but not entirely sure I am wrong with the way the question was asked.
According to this article log shipping was built into SQL 7 but was undocumented....
October 4, 2007 at 1:36 am
Assuming you use a Transfer Data Task you can specify a Text qualifier in the properties. Works the same way as the import of a text file into an Access...
June 8, 2006 at 3:52 am
Viewing 13 posts - 76 through 88 (of 88 total)