Viewing 9 posts - 1 through 9 (of 9 total)
erics44 (7/16/2012)
I am trying to understand locks and how i deal with them.
i have read a couple of articles on them which is fine but i more need a conversation...
July 16, 2012 at 6:55 am
Lowell (6/19/2012)
download and install the SSMS add-on Called SSMS Tools Pack:
that adds a CRUD generator to the right click of any table, which is exactly what you were...
June 19, 2012 at 7:35 pm
Lowell (6/19/2012)
if you cannot drop a database user because it is the object owner, this would rroll it back so you can fix that...
June 19, 2012 at 3:11 pm
Thank you Lowell & andersg98. Really appreciate it.
Regards,
SueTons
June 18, 2012 at 3:34 pm
opc.three (6/12/2012)
SueTons (6/12/2012)
opc.three (6/12/2012)
GilaMonster (6/12/2012)
3. Deletes don't cause fragmentation.I thought that deletes were a major cause of internal fragmentation, though not necessarily external fragmentation.
Yes, I second that deleting also cause...
June 12, 2012 at 6:41 pm
opc.three (6/12/2012)
GilaMonster (6/12/2012)
3. Deletes don't cause fragmentation.I thought that deletes were a major cause of internal fragmentation, though not necessarily external fragmentation.
Yes, I second that deleting also cause fragmentation. ...
June 12, 2012 at 5:03 pm
David Webb-200187 (6/8/2012)
What do you want the proc to do if an invalid combination is passed in?What do you want it to do when a valid combination is passed in?
Hi,...
June 8, 2012 at 4:32 pm
thadeushuck (6/8/2012)
create table Zips (Zip int, City [varchar](36) null, StateCode [varchar](2) NULL, County [varchar](36) null)insert into Zips values (75056, 'Dallas', 'TX', 'Dallas');
insert into Zips values (75057, 'Irving', 'TX', 'Dallas');
insert into...
June 8, 2012 at 4:22 pm
Lynn Pettis (6/8/2012)
SueTons (6/8/2012)
Find below the details.
Requirement: create SP...
June 8, 2012 at 4:21 pm
Viewing 9 posts - 1 through 9 (of 9 total)