Viewing 15 posts - 33,286 through 33,300 (of 39,739 total)
IS this Std or Ent SQL Server? Standard can only use 2GB.
I might also specify an amount for sQL Server rather than the dynamic memory management. Is this a...
February 18, 2006 at 9:10 am
Doh!, typo.
It is fixed. Glad I didn't have syntax error as a choice ![]()
February 17, 2006 at 6:39 pm
Yikes, I'm confused. It is recommended, as are many things, but it's not required, i.e. needed. How is this that badly worded?
February 17, 2006 at 6:35 pm
Rode as a kid a little. My kids asking for one. We'll see.
February 17, 2006 at 8:59 am
Are these user tables? Maybe reserved words for the column names?
February 17, 2006 at 8:58 am
That's what I was going to suggest!!!
![]()
February 17, 2006 at 8:57 am
update mytable
set col = substring( cast(newid()as varchar(80)), 1, 8)
February 17, 2006 at 8:57 am
It has to be some sort of security setting for the activeX stuff that the forums load.
February 17, 2006 at 8:53 am
George, you are right on about the craftsman. Too many people are no longer willing to work to be one.
February 16, 2006 at 1:52 pm
Thanks Carlos, I thought it was great as well.
Apparently not many others have time for a 9 page interview
, maybe they'll read it...
February 15, 2006 at 2:28 pm
There is data in the system tables that marked things are replicated. That's why they appear in SSMS. You can manually reset things in the system tables, but you'd need...
February 15, 2006 at 7:49 am
Note that it is running on the server, not your machine. So the path from the server, with the SQLAgent login logged in is what must be checked.
February 15, 2006 at 7:42 am
JT, maybe you want to write my editorial one day ![]()
I started with DBase/Clipper, no DRI there. You can to manually open each...
February 15, 2006 at 7:41 am
I agree, this is not recommended. I'd rather have you use VBScript to read some Outlook mailbox on another machine and then do an insert into SQL Server.
February 15, 2006 at 7:38 am
Viewing 15 posts - 33,286 through 33,300 (of 39,739 total)