Viewing 15 posts - 1,981 through 1,995 (of 2,000 total)
I've always found that the best method is nearly always to PULL the data to the detination rather than PUSH it from the source.
with that in mind the Access import/link...
June 30, 2004 at 4:53 am
the problem here is that you have placed an auto number in the companies table and defined it as the primary key.
a primary key is defined as the entity that...
June 30, 2004 at 4:19 am
if you want to keep up with the latest service pack versions download the micorosft baseline security analyser.
it's free and will tell you all hotfixes and service packs that are...
June 30, 2004 at 3:35 am
out of interest is it quicker?
June 30, 2004 at 3:32 am
all you are doing here is replicating what the SQL server is doing....
if you are using ADO.net then you can send the query and return a recordset.
the ado recordset...
June 30, 2004 at 3:23 am
this should help
select xys from mytable where datepart(dd,mytable.datefield)=datepart(dd,getdate()) and datepart(mm,mytable.datefield)=datepart(mm,getdate())
Cheers
June 29, 2004 at 8:07 am
is this code unique? or does each user start at 0000 each year
if so then you need to make a trigger for insert that uses something along the lines...
June 29, 2004 at 7:54 am
if anyone has any requests for tutorials on specific matters, we are preparing some material for new SQL DBAs and Oracle DBAs making the transition.
we would be happy to...
June 29, 2004 at 7:46 am
ok, load up enterprise manager.
it looks like we need to re-register the server on your tools
did you set an sa password at install time?
if so right click on your server...
June 29, 2004 at 7:38 am
is there a maintenance plan set up against the database? are there any sql agent jobs running?
if so do they coincide with the time that you get the error....
June 29, 2004 at 7:21 am
if you want a small VB app that can insert binary data into a field then email me at michaelv@quantix-uk.com
i'ev got a small app where you choose your database,...
June 29, 2004 at 7:09 am
in SQL 7 you can use the writetext WITH LOG, in SQL 2000 this is ignored and is the same as the database recovery model.
so don't worry about point in...
June 29, 2004 at 7:05 am
this is definatley possible.
if you are using ASP pages on your web site then it's just a case of creating an ADO connector and command and then passing the...
June 29, 2004 at 6:51 am
is your database in simple mode? the database is proboably performing a checkpoint.
June 29, 2004 at 6:16 am
what standard of SQL ? ANSI? T-SQL?
what type of output do you want? text file?
why ot just use the isqlw.exe feature of sql server and the -i -o...
June 29, 2004 at 6:07 am
Viewing 15 posts - 1,981 through 1,995 (of 2,000 total)