Viewing 15 posts - 5,761 through 5,775 (of 7,502 total)
if i m correct unc means uniform naming convetion. i.e. the fully qualified name (servername.domainname.extention) and a path on that server.
e.g \\yourserver.yourdomain.com\yourshare\...
If the serviceaccount has been granted the right...
May 17, 2007 at 2:10 pm
...80004005 ... when EUSC004665\SYSTEM runs the package it has no access to the file you've specified. Provide EUSC004665\SYSTEM the authority to go to the folder where you've put the...
May 16, 2007 at 1:57 pm
indeed, by default a PK will be a clustering index, unless there is already a clustering index active, or if you create it nonclustered.
create table mytb (col1 int not null...
May 15, 2007 at 8:21 am
In addition to this nice article, I also enjoyed Laurentiu Cristofor's blog at http://blogs.msdn.com/lcris/
May 15, 2007 at 3:43 am
- also keep in mind, you'll have to grant exec-rights for the storedprocs and functions.
- probably developers will just end up using the overauthorized user unless you change it's password...
May 14, 2007 at 11:42 pm
.. multiple-to-multiple .. ![]()
indeed, it's best to avoid duplicates, so at least a unique constraint may be advisable. If it should be a primary...
May 14, 2007 at 6:44 am
...found that user for those dts packages is restored also...
What do you mean with this ?
- Do you mean a userid used with the connection(s) ?
In that case...
May 14, 2007 at 12:41 am
- maybe all he wants is a fast logging-kind of table.
(pumping it away to another server for querying/investigating and providing it with...
May 14, 2007 at 12:13 am
for this kind of errors, I'd always start with launching
dbcc checdb ( 'database_name' ) WITH ALL_ERRORMSGS
and work from there on.
(check BOL)
May 14, 2007 at 12:01 am
to Noeld ..
About the restore of a db at another server, you can reanable automatic key management for the db using the old dbpassword :
if not exists ( select MKP.*
,...
May 11, 2007 at 8:09 am
here's a good article about awe.
www.sql-server-performance.com/awe_memory.asp
May 11, 2007 at 6:34 am
You're completely correct. ![]()
I actualy wanted to point to SET XACT_ABORT ON
This should stop the execution when the first error occurs within a batch...
May 11, 2007 at 6:25 am
Antivirus software performing a systemscan at that timeframe ?
May 10, 2007 at 1:56 pm
We've had some problems using a filebackup software (veritas) that was copying our .bak files at the moment that our backup job started to run.
Because of the folderlock the backupsoftware...
May 10, 2007 at 1:53 pm
Viewing 15 posts - 5,761 through 5,775 (of 7,502 total)