Viewing 15 posts - 2,416 through 2,430 (of 2,469 total)
Would one of you sql gurus please explain the difference between using a timestamp datatype and a datetime datatype - eg: I have often used a datetime datatype with a...
April 28, 2005 at 6:48 am
I second that - the column "Body" in Email_Templates needs to be of "text" datatype.
April 28, 2005 at 6:21 am
1) Use the "export data" wizard - right click on table you want exported, choose "all tasks" - "export data".
2) Select your server and database in "data source" - go...
April 27, 2005 at 1:22 pm
The first thought that comes to mind is "dependencies"....are these tables dependent on any other object - stored procedures, triggers etc.. ??
What are the read/write access permissions granted to users...
April 27, 2005 at 1:10 pm
You may have already looked into this but what about the checkbox for "Commit transaction on successful completion of this step" ?
April 27, 2005 at 6:39 am
Are the number of nodes unlimited or is there a ceiling ?! Also, is there a naming convention for each of these nodes (node1, node 2 etc..) - could you...
April 27, 2005 at 4:49 am
I tried explicitly specifying the columns in my test example and it doesn't work!!!
April 26, 2005 at 9:30 am
Manish - a quick "google" got me the following info that you may find useful - I don't use vb.net but I use vb 6.0 and call stored procedures all...
April 26, 2005 at 9:15 am
Manish - here's something from BOL that explains this:
***************************************
You may have included a statement in the BEGIN-END block that has side effects, which is not allowed in user-defined functions. Function...
April 26, 2005 at 7:01 am
okay - thought that's what it was - thanks for explaining!
April 21, 2005 at 7:49 am
Frank - I plead to being singularly obtuse on this one...can you please explain the *28 ??
April 21, 2005 at 7:20 am
This is the reason I start my day with sqlservercentral.com even before my ritualistic cup of tea...
I haven't had occasion to use import (for views)...so this is definitely a noteworthy...
April 21, 2005 at 7:14 am
Try this...
SELECT CAST((DATENAME(MONTH, DATE))AS CHAR(3)) +', '+ DATENAME(YEAR, DATE) AS 'MONTH' FROM TABLE
You can rename a column by editing in enterprise manager (quickest way)...however, you have to make sure...
April 21, 2005 at 6:57 am
Hear! Hear!
Steve - you've hit the nail on the head - repeatedly in fact - wish those poeople at Billy Gates' empire would sit up and take notice.
I've been...
April 21, 2005 at 6:24 am
Yes Troy - certification SHOULD (hopefully) verify existing knowledge in addition to building on knowledge-base...
Also you're right about MCP certification for a single exam...since I work with SQL design and...
April 19, 2005 at 1:22 pm
Viewing 15 posts - 2,416 through 2,430 (of 2,469 total)