Viewing 15 posts - 211 through 225 (of 535 total)
occasionally do the timeouts occur when the TLOG backups are running.. These TLOG backups only run once every 2 hours. and sometimes the timeout errors occur when...
March 31, 2010 at 5:23 am
Along with a bunch more of these errors,
A time-out occurred while waiting for buffer latch -- type 4, bp 03675BE4, page 1:18272, stat 0x3c0400f, database id: 2, allocation unit...
March 30, 2010 at 5:53 am
I actually was able to import the packages under SSIS, Stored Procedures, MSDB, Maintenance plan then right click and import!!
Thank you so much for your help and guidance.
March 3, 2010 at 5:59 am
yeah.. I'll have to play around with command line.. but not now : )
question. now that I'm connected to SSIS (duh!!! i should have known...
March 3, 2010 at 5:36 am
Thank you .. that worked.
I created the SP in my master DB and then executed it like this:
Exec changemanagement_Training..sp_ScriptRoles
and I got this?
Msg 451, Level 16, State 1,...
March 3, 2010 at 5:07 am
I did see that one.. it errors out on me..
Msg 102, Level 15, State 1, Procedure sp_ScriptRoles, Line 4
Incorrect syntax near '?'.
Msg 137, Level 15, State 2,...
March 2, 2010 at 5:46 pm
Thank you for your reply!!!
I will download Visual Studio ...
I do have a related question thought. I DID create an SSI package via the...
March 2, 2010 at 1:46 pm
very true.. but when I add DISTINCT to my Select, I didn't expect it to totally reorder my results. Adding DISTINCT dropped 20 duplicates. ...
January 27, 2010 at 10:45 am
That worked!!!!! Thank you so much.
Now I am trying to exclude duplicates. I thought this would work.. but I seem to be getting garbage in...
January 27, 2010 at 8:25 am
so how do I get my query to actually populate History_YN with either blank, Y or N?
January 27, 2010 at 7:54 am
a little more help? 😀
here is the lastest version of my SQL:
SELECT a.Contact_info
,b.MEMBER_NUMBER
,c.CLIENT_NUMBER
,a.CONTACT_TYPE_ID
,a.history_YN
FROM FRATERNAL.CONTACTS a
inner join FRATERNAL.CLIENT_CONTACTS a1 on a.CONTACT_ID = a1.CONTACT_ID
inner join FRATERNAL.MEMBER b on a1.CLIENT_ID...
January 27, 2010 at 7:20 am
gail,
Thanks for all your help. My startup parameters WERE miss-aligned (spaces where there shouldn't have been and one missing)
I fixed the startup parameters in the registry...
January 27, 2010 at 6:55 am
I checked the registry and the startup parameters for this instance seems fine:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\MSSQL.5\MSSQLServer\Parameters]
"SQLArg0"="-f"
"SQLArg1"=" -T3608"
"SQLArg2"=" -dF:\\MSSQL\\OVOPS\\Datafiles\\master.mdf"
"SQLArg3"="-eC:\\Program Files\\Microsoft SQL Server\\MSSQL.5\\MSSQL\\LOG\\ERRORLOG"
"SQLArg4"="-lG:\\MSSQL\\OVOPS\\Logfiles\\mastlog.ldf"
January 26, 2010 at 12:56 pm
Viewing 15 posts - 211 through 225 (of 535 total)