Viewing 15 posts - 8,596 through 8,610 (of 18,926 total)
Not cool to make fun of a new poster who doesn't speak good english >>>
USE tempdb
GO
CREATE TABLE dbo.Demo
(
id int NOT NULL IDENTITY(1,1)
, x AS id * 2
)
GO
INSERT INTO...
December 18, 2008 at 6:54 am
And there I was thnking you knew everything about everything ;). Now that dream is gone for me.
December 18, 2008 at 6:24 am
That would be a shame for you to wait 5 hours for us to answer while reading 1 page of text takers 2 mins.
The SQL Server 2005 SP3 Readme files...
December 18, 2008 at 5:50 am
Did you get an error message when trying to install sp3?
What about what is recommended via microsoft updates.
Also what did the documentation say when downloading sp3 about the pre-requisites?
December 18, 2008 at 5:36 am
Well not really, it would almost be correct in Access which is probably where that all started.
The deletes and updates (especially in joins) are quite differente betwen Access and SQL...
December 18, 2008 at 5:30 am
I never had that problem nor read about it, I'll let the other prod dbas handle this one.
December 18, 2008 at 5:29 am
That's what I mean, you need to know where that table is, make an inner join to it and present the right data.
You need to learn this to be autonome,...
December 18, 2008 at 5:14 am
I'm going a a limb here and assume that this data in held in another table. Hit F1 in enterprise manager and do a search for inner join. ...
December 18, 2008 at 4:58 am
Do you have anything else to go on (like windows log). That seems a bit thin to go on to me.
December 18, 2008 at 4:54 am
Now that I had the night to sleep it over, I'd actually implement both.
The trigger fires the user-friendly warning, then when doing DML in the table to change whatever, the...
December 18, 2008 at 4:42 am
Don't know for sure, but you can get management studio express (free download). Then see if you can connect (that's where I'd start, I never had to do this...
December 17, 2008 at 10:24 am
I had the same problem, you need sp2 of sql server 2005 on vista (nothing less for compatibilty)... and quite a few updates on VS 2005 iirc.
December 17, 2008 at 10:22 am
Plan A would be to do that client side... assuming you are not violating the rule to send back more data than needed.
December 17, 2008 at 10:00 am
sanjeev_krs2004 (12/17/2008)
December 17, 2008 at 9:23 am
You can always backup to external disk, or network drives. On prod server I'd never change recovery mode without backing up first.
Of course dev can be another beast... I...
December 17, 2008 at 9:06 am
Viewing 15 posts - 8,596 through 8,610 (of 18,926 total)