Viewing 15 posts - 391 through 405 (of 535 total)
something like this:
insert into tower.nbdoc (npages, ifnds, ifnid, datatype, win, status, polnum, multi, slevel, descript, scandate, boxid, username, batchtyp, memfnam, miscflag, spare1, spare2, date1, agent, batchnam, country, qaoper, indxoper,...
January 30, 2008 at 1:25 pm
No, our infrastructure guys would never let me install office on their Server. I'm leaning toward chunking the excel file up and importing as an XLS file...
January 30, 2008 at 7:57 am
Thank you so much Steve!! I'm in a new position and kind of a newbie too.. The DBA Before me granted permissions to a particular Database...
January 29, 2008 at 9:21 am
OK.. I'm finally getting around to setting up my notifications on my SQL Server 2000 Instances..
What I did was setup xp_sendmail as a last step in...
January 28, 2008 at 9:11 am
Thanks Greg! so it doesn't matter if the logical names are the same as long as the database names and the physical filenames are different???
January 16, 2008 at 11:56 am
anyone? I'm hesitating to use backup and restore becasue both databases are on the same instance. They have different DB Names and their data and log files...
January 16, 2008 at 11:38 am
Yes, it helps!!!! THANK YOU!!!
January 15, 2008 at 1:41 pm
am I going to mess anything up in my table temporarily setting it to
SET IDENTITY_INSERT mytable ON
January 15, 2008 at 12:47 pm
Thanks for the input. I don't have any experience with Tape agents but I had read that they can be somewhat unreliable. In my last shop of...
December 31, 2007 at 1:43 pm
I use this method:
--sp_helpdb to verify log size, FileID and recovery Mode of the log
sp_helpdb [database]
--If necessary, change recovery mode to Simple
Use [database]
alter database [database] set recovery simple
--Backup LOG...
December 27, 2007 at 2:11 pm
Just an FYI. I had to drop the scheduled jobs and rescedule the packages in order for the scheduled jobs to run with the correct credentials. thanks for...
December 20, 2007 at 10:24 am
Each job has only one step - to call the DTS package like this:
DTSRun /~Z0x637BDA8A5CC107EAB7CDD570EF3BDB20B17835A82DEEBD5FA3EFC7A495BB0DD3927C0AC7A940FBD355BB4641C5607CA3C06DB9596F621C7483A5E95FC19C03683199EABEA9F29EF54F50010751779A26C40958B2EB4E203960548E8C55AC1CF6D005D2D234869A4B7470F2E43B3F0C4297EABB12C481A4735875701973C0493807550FCB4204B73EE85F0AAD3A45AE445B5030B18833167F81B61E8D25016A878E066F
Do not see the password in the job steps themselves anywhere.. only in...
December 20, 2007 at 7:03 am
Thanks Much! The owner of the scheduled job DOES have permissions to run the job and the job won't even run when I change the owner to 'sa'...
December 20, 2007 at 6:45 am
Thank you Jack - but we are not running Exchange at all in our shop so I cannot set up an Outlook Client - but I can try and get...
December 19, 2007 at 2:05 pm
Viewing 15 posts - 391 through 405 (of 535 total)