Viewing 15 posts - 33,346 through 33,360 (of 39,804 total)
Without digging too deeply into your code, this works for one month, doesn't it? I've written similar things and we basically needed to call the proc multiple times because the...
February 20, 2006 at 8:15 am
This is a disk issue. You need to upgrade the disk system.
February 20, 2006 at 8:09 am
Might try tracing and see if EM does something else.
February 20, 2006 at 8:07 am
I do agree that the more structured feedback is helpful to MS, and it's easier for them. It's also harder for me.
They've shifted the burden of work from their staff...
February 20, 2006 at 7:44 am
The parameter in a view is in the where clause.
select * from myView where SomeCol = 'SomeVal'
February 18, 2006 at 9:11 am
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
Viewing 15 posts - 33,346 through 33,360 (of 39,804 total)