Viewing 15 posts - 826 through 840 (of 1,536 total)
Colin is attempting to provide help.
Questions are not always clear as to their intent, giving more information rather than less helps other to help you. Colin is just trying...
April 28, 2005 at 1:12 pm
I've not been able to get xp_smtp working on 64bit and have reverted to the cdosys proc.
April 28, 2005 at 1:09 pm
From a thread in another forum "It means that the data in the file for a given field is longer than the
destination column in the database. It can indicate a problem...
April 28, 2005 at 1:08 pm
I used to use Litespeed. The only problem I have experienced with it is the price point. Basically there is a per cpu cost, when you add the professional option...
April 15, 2005 at 9:49 am
Create a table that has the same schema as the main table, let's call it TABLEA_WORK.
Using DTS put the data into that table.
If there are no problems, use the primary...
April 6, 2005 at 6:30 am
Couple of things that I can think of offhand.
Firstly, check the database recovery model. If you can set that to simple recovery then it will run significantly faster. Secondly, are...
April 5, 2005 at 11:56 am
There's nothing that you need to set that will apply to your installation.
Certain switches need to be applied to address higher memory levels, however given that you are running Windows...
April 5, 2005 at 11:54 am
You would be able to update unreplicated objects, however none that are replicated.
April 5, 2005 at 11:52 am
Insert the data into a worktable, then run your validations and follow that with your updates. Finally drop or truncate the work table.
April 5, 2005 at 11:51 am
how about using datename(dw, getdate())
I use this for my backup scripts. For my dev and stage servers if the result is Sunday then it does a full backup, otherwise it's...
April 5, 2005 at 11:47 am
Take a look at Quest Benchmark for Database. You can get a 30 day trial and it's good. Told me a lot about the hardware I was implementing.
April 5, 2005 at 11:44 am
Forget TDP. Backup all your databases to disk and backup those to tape. Then you can restore the database directly. First install SQL, then restore the master, model, msdb databases,...
April 4, 2005 at 8:46 am
Could be the XP sp2 firewall thing, or it could be that the xp machine is sitting in a different domain (debugging does not work across domains).
April 4, 2005 at 8:42 am
It's not the neatest thing, however it will give you the results you are looking for.
create table #x (student char(1))
insert into #x select student from where subject =...
April 4, 2005 at 8:39 am
The user account that you are using is different from the account that you log in as usually?
April 1, 2005 at 1:02 pm
Viewing 15 posts - 826 through 840 (of 1,536 total)