Viewing 15 posts - 856 through 870 (of 887 total)
I agree Jeff.
Rog, this is not an avenue for your marketing campaign. Rather say something useful...or don't.
August 6, 2007 at 7:57 am
I would not advise you to force the query to use a specific index. Rather structure your indexes so that the optimizer chooses the correct index.
There are always exceptions to the rule...
July 19, 2007 at 2:37 am
The above comments are good advice. I will also update statistics on the table(s)/indexes referenced. What happens sometimes is that the statistics on the particular table is outdated and the data...
July 19, 2007 at 12:59 am
I might be sending you on a wild-goose hunt, but it sounds like your application might not be closing its database connections properly...
July 13, 2007 at 12:48 am
You will probably have to write a vb/java script that:
July 6, 2007 at 12:46 am
Hi,
Your domain password is the password you use to login to your network, or your local pc for that matter (if it is on a network).
To delete the SQL Server registration:
Right-click...
January 15, 2007 at 12:20 am
We have had similar issues sometimes when using Windows Authentication and our domain passwords expired and subsequently changed. For some reason it seems like the domain controller have not yet...
January 12, 2007 at 2:53 am
Hi,
The best thing to use here after you have your filename in a global variable is a dynamic properties task. You will see it on the left hand side in...
November 15, 2006 at 11:51 pm
There is a way to do it, but its a bit of a hack. DTS will not give you the option to query a text file connection, but it will...
July 27, 2006 at 6:42 am
Hi,
It shouldn't take that long. I import csv files into our datawarehouse with a size of about 5GB, and it takes a couple of minutes.
You need to look at...
July 27, 2006 at 6:32 am
Hi, it is not necessarily incorrect. SQL server will hold on to allocated memory if there are no other processes requesting memory, and will do so untill another process wants...
June 29, 2006 at 5:58 am
In my experience, the following works very well:
June 28, 2006 at 1:00 am
Yep, we indeed have a VVLDB...and it makes management and maintainance very interesting. Simple operations take forever because of the pure size of it, and planning becomes essential for even...
May 16, 2006 at 4:34 am
Hi,
This is a difficult question to answer and is very specific to the kind of system and business you find yourself in. In my opinion anything that gets to the...
May 16, 2006 at 4:17 am
Viewing 15 posts - 856 through 870 (of 887 total)