Viewing 15 posts - 46 through 60 (of 123 total)
Can you post the details of the tables and the purpose of the code, so that we can better help you.
October 30, 2002 at 3:07 am
Hi,
In my humble opinion in large companies there are different people responisble for the taks you describe. A dba does optimising and maintaining. User requirements and (logical) database design...
October 30, 2002 at 2:43 am
Hi, if you want to return the minimum timepointdatetime you could do something like this.
select min(TimePointDateTime) ,
sevs
from test
where seriesid='2033305148272264613'
group by sevs
October 30, 2002 at 2:24 am
In the dts designer go to properties/loging, you can check "fail package on first error" you also could create a error log file. In that file you can see what...
October 18, 2002 at 3:41 am
depends also on the client you could use ado or ado.net as well.
October 18, 2002 at 3:22 am
Hi, wat i ment is the view baji2 is a union on northwind and pubs. The primary key is built on 2 fields so if you only give one value...
October 18, 2002 at 3:17 am
I have experimented with c# and the concepts are the same as in java. So if you learn c# you could also learn java (or if you know java it...
October 18, 2002 at 2:48 am
Hi, on balji you have a primary key on only the first column. In the second table you have a primary key on both columns.
October 17, 2002 at 2:41 am
hi,
What is wrong with explicit giving a constraint a name, this makes scripting maintenance easier.
regards,
Klaas-Jan
October 15, 2002 at 1:53 am
Hi,
what i know is from sybase version 11. The dbcc commands are the same, the t-sql does not support the outer join syntacs but the join in the where syntacs....
October 14, 2002 at 5:41 am
You have the ltrim to trim the left spaces and the rtrim to trim the right spaces. If you want to trim both you can nest them like this:
select rtrim(ltrim(au_lname))...
October 11, 2002 at 8:57 am
Hi,
try exec master.dbo.xp_sendmail
regards,
Klaas-Jan
October 11, 2002 at 7:41 am
Hi,
If you only havethe source code and not visual studio , you can use ultra-edit to search for strings in multiple files.
regards,
Klaas-Jan
October 10, 2002 at 1:53 am
Hi,
open a command window, go to the directory with the files and type
copy *.* > sqlfile.txt
The file sqlfile.txt is created with all the code in it.
regards,
Klaas-Jan
October 9, 2002 at 9:03 am
Hi, i am afraid that you don't have something like that is sql server. You have to create some stored procedures.
October 8, 2002 at 7:13 am
Viewing 15 posts - 46 through 60 (of 123 total)