Viewing 15 posts - 16 through 30 (of 202 total)
no error handling in the code It's just a bunch of truncate and inserts over and over again to build out 40-50 tables daily
October 5, 2018 at 12:23 pm
sorry for being so ambiguous. I've got a job that’s calling a proc that has a simple insert that is trying to load a dup record relative to the...
October 5, 2018 at 12:05 pm
sorry, let me be more specific. I'm expecting the proc to error out due to the primary key violation on insert as it is doing in all of our other...
October 4, 2018 at 2:29 pm
the db was pulled from 2008rs instance. the db is still in compatability level 100
October 4, 2018 at 12:59 pm
wow. confirmed. if an nt user does not exist is sql at the server levelhowever exists at the database level yet that...
July 27, 2017 at 7:19 am
disregard. i'll test it out and let u know
July 26, 2017 at 2:07 pm
I think u misunderstood. wasn't trying to be tricky just wanted to confirm what I think is the obvious.
If the nt user is orphaned and only exist at database...
July 26, 2017 at 1:34 pm
so question. I have an nt user who has read and write access to a database but that nt user has been removed from the server logins. The user also is...
July 26, 2017 at 11:27 am
thank you. That reference worked perfectly for my needs
July 26, 2017 at 8:12 am
what If I have an 2012 instance on SP1 and I need to get it to SP3. Do I need to install SP2 then SP3 or just SP3? I'm assuming just...
June 9, 2017 at 6:13 am
I must be doing something wrong because the db whose log filewas 30 gigs had an mdf the was 1 gig. I just don't get why...
June 5, 2017 at 1:17 pm
so combining the two will give u this and it worked for me. Run the below in the source database
--step 1 -------------------------------------------------------------------------------
--RUN THIS ON SOURCE DB
--COPY OUTPUT...
May 11, 2017 at 11:18 am
disregard. i found it. I'll reply w/ what i end up with to close the loop
May 8, 2017 at 6:54 am
closing the loop here. i ended up doing the following
-- Use the Master database
USE master
GO
-- Declare local variables
DECLARE @serverproperty_servername varchar(100),
@servername varchar(100)
April 11, 2017 at 6:31 am
Viewing 15 posts - 16 through 30 (of 202 total)