Viewing 15 posts - 676 through 690 (of 5,103 total)
n_padma (11/5/2008)
January 16, 2009 at 10:53 am
Collateral (1/16/2009)
yes your were right. It was the 'min_distretention' Parameter. It seems, this parameter has an MS-Default of 0. So after I restarted the agents, the data was already...
January 16, 2009 at 10:18 am
GSquared (1/16/2009)
noeld (1/16/2009)
Now that being...
January 16, 2009 at 9:18 am
Bill Richards (1/16/2009)
January 16, 2009 at 8:53 am
There are *many* things Oracle can do that SQL Server can't. So much so, that Oracle is normally being refused because of its too many knobs....
Now that being said for...
January 16, 2009 at 8:40 am
All it takes to understand why hide salary is to put yourself as the Founder of a firm.
How much would you pay yourself? how much would you pay those...
January 16, 2009 at 8:13 am
If you don't have a log analyzer tool AND your db is in full recovery mode you are out of luck 🙁
January 15, 2009 at 3:30 pm
Don't get it. That STILL needs to get the db OFFLINE!
January 15, 2009 at 3:11 pm
This is a bug. You can find some details and possible workarounds in CONNECT
January 15, 2009 at 11:22 am
ISNULL has some problems with data conversion (TRUNCATION) if used with variables, watch out for that!
January 15, 2009 at 10:24 am
xp_cmdshell uses "SQL Server Account" to run under if there is no proxy associated with it.
You need to run that script under a domain account with the right permissions.
You...
January 15, 2009 at 10:18 am
I/O, I/O,...I/O .... Did I mentioned I/O ?
As long as you can handle I/O rate you should be fine.
I have used it for development/test/QA in the past and there have...
January 15, 2009 at 10:12 am
FYI: I have successfully Bulk imported 1.3 billion rows files without problems before.
ORDER BY and TABLOCK hints and No type conversions, were the dominant factors in the matter.
January 15, 2009 at 10:08 am
It is all about how much time you have available for the operation.
I am with Jeff DO NOT split the file. Just make sure that you have enough space...
January 15, 2009 at 10:05 am
Viewing 15 posts - 676 through 690 (of 5,103 total)