Viewing 15 posts - 151 through 165 (of 479 total)
Hi Steve
I cant see this happening really. I not a mathmatician or a statistician, but I cant see the real benefits for this sort of technology. There are...
August 11, 2003 at 7:19 am
Mark is right on the button! im stuck in my old v7 ways 🙂
Chris Kempster
Author of "SQL Server 2k for the Oracle DBA"
August 10, 2003 at 10:51 pm
Hi
your mean something like this below, where @p_dbname is a parameter to the stored proc.
set @Nsqlstring = '
select @vfileid = fileid,
@vtotalpages = size - 1
from ' + @p_dbname + '..sysfiles
where...
August 10, 2003 at 10:44 pm
Hi there
What approach did you take with the upgrade?
Is this error your application table related, or system?
Any fundamental architecture/OS changes? (long shot)
The error is fair enough,...
August 10, 2003 at 10:23 pm
Hi there
See script below, then alter db and set to dbo only, of course, your users dont have dbo privs right? 🙂 see BOL for the syntax. I...
August 10, 2003 at 10:17 pm
Hi there
Your example works fine for me.
Can you post your instance version info? have a look through MSDN as well. Ive tried wrappering around different combos of begin end,...
August 10, 2003 at 10:12 pm
Hi there
I have the same issue, but with lots of space and a small DB (5Gb) its not an issue. I was contemplating switching the recovery model, if you...
August 7, 2003 at 4:30 am
Hi
What do you have?? backup? bunch of CSV files of some sort? from another DBMS (what format) we need a lot more info.
Cheers
Ck
Chris Kempster
Author of "SQL Server...
August 5, 2003 at 2:58 am
Hi Brian
Good point actually, Oracle iFS (probably renamed) is an interesting piece of technology, especially the customisable render routines when sucking files in a out of the iFS repository. ...
August 4, 2003 at 7:44 pm
Hi Guys
Yep, got this a few times, but I have to say that the searching is very poor and at times, I struggle to get what I am after, even...
August 4, 2003 at 6:40 am
Hi Steve
I think, with all of your "Today" comments, is Microsoft should take a long hard look at the environment around them, namely Oracle, DB2, CACHE, and other databases. ...
August 3, 2003 at 11:23 pm
Hi there
The advent of OO databases has been a bit of a shammozel really, and to some degree the main architects (Microsoft, IBM, Oracle) have been guilty of not persuing...
August 3, 2003 at 8:51 pm
Hi there
http://www.chriskempster.com/tipsandhints.html
Run the server network utility GUI, select the appropriate instance. Highlight then enabled protocol (TCP/IP) and hit the properties button, for the default port enter your port numbers seperated...
July 31, 2003 at 2:59 am
Hi Randy
So whats the combo of commands to "get a text based execution plan after the execution of the statement", as showplan_all and showplan_text dont physical execute the parsed statement...
July 27, 2003 at 10:02 pm
Hi there, as per the doco, note the begin trans:
SET XACT_ABORT ON
GO
BEGIN TRAN
INSERT INTO t2 VALUES (4)
INSERT INTO t2 VALUES (5) /* Foreign key error */
INSERT INTO t2 VALUES (6)
COMMIT...
July 24, 2003 at 7:58 pm
Viewing 15 posts - 151 through 165 (of 479 total)