Viewing 15 posts - 1,336 through 1,350 (of 2,496 total)
You definitely have a problem with Windows permissions.
Try logging on to the server that runs that package using the account that runs the package. Make sure you check the...
May 28, 2009 at 3:13 am
Column 'TFTAgentName' does not belong to table
Without doubt the problem is that your application is asking for a column that does not exist in the table being referenced.
You now need...
May 28, 2009 at 3:06 am
I think in SQL 2005 and above the OA procs can only be accessed by folks with Sysadmin authority. This means that anything monitoring your server has very high...
May 21, 2009 at 8:47 am
Deciding batch size is often partly based on facts and partly on personal preference. The facts give the lower limit on transaction size, preference often governs the upper limit.
Each...
May 13, 2009 at 5:02 am
IMHO you should do a planning piece and present this to management before starting work. If your table sizes were trivial this would not be necessary, but with 1bn...
May 13, 2009 at 4:05 am
You mention several stages of calculation.
a) Is this several stages, all of which apply to a single record?
b) Or is is several stages where each stage applies to...
May 13, 2009 at 3:31 am
'Too many connections' is an issue that could affect 32-bit SQL Server, but is far less likely to affect 64-bit SQL Server.
With 32-bit, SQL Server has to fit a great...
May 13, 2009 at 3:00 am
There are limited situations where SQL Browser is needed, and many installations have the SQL Browser service set to Disabled.
If you only have 1 SQL instance on your server you...
May 13, 2009 at 2:49 am
The issue of a large quarterly load raises a logical question - can any design changes be made to this load to reduce peak log usage?
A very large use of...
May 12, 2009 at 10:03 am
Geographical separation does make it difficult to shadow the DBA team work 🙁
It also probably means that your chances of getting DBA work in your current organisation are...
May 11, 2009 at 6:51 am
There are many ways to get the status of the application lock table honoured by processes that access the data.
If your access is via an application where you have authorship...
May 11, 2009 at 3:56 am
This is an application problem, not a SQL Server problem.
The traditional answer to this problem is to create another table to act as a application lock table.
You update the application...
May 11, 2009 at 2:46 am
GilaMonster has some good advice.
In my career I have often found the only way to get further is to do things in my own time. I have a Technet...
May 11, 2009 at 2:43 am
Start SQL Server Books Online (also called BOL). Use the Index to find: databases [SQL Server]. Then click on: about databases.
This should give you the information you need....
May 11, 2009 at 2:33 am
Take Gila's advice. If you do this you will break SQL Server.
May 11, 2009 at 2:27 am
Viewing 15 posts - 1,336 through 1,350 (of 2,496 total)