Viewing 15 posts - 241 through 255 (of 320 total)
ravi41184 (11/4/2008)
how to convert sql server200:5 sql script in oracle 10g form🙂
can u post the script
November 4, 2008 at 11:27 pm
am (11/3/2008)
I have an employee table in which each employee is categorized by employee type (up to 100 types). Currently I have 50 mill rows
in the table I run...
November 4, 2008 at 9:27 pm
Aspet Golestanian Namagerdi (11/4/2008)
I have query that ,when I try to run it, takes a very long time. But during the runtime if I cancel the running of that...
November 4, 2008 at 4:16 am
siddartha pal (11/4/2008)
November 4, 2008 at 4:14 am
vyas (11/4/2008)
I am planning for New Database Design. The major scope of this project is storing and viewing the documents of the clients. I will like to have your...
November 4, 2008 at 4:11 am
WayneS (11/3/2008)
When I fire off a job that sends an email, I won't get the email for several...
November 4, 2008 at 2:51 am
khaysmer (10/31/2008)
November 3, 2008 at 6:01 am
Manie Verster (11/3/2008)
I would like to know if it is feasible to do database mirroring on a 2GB database? This is the only database we have in the company...
November 3, 2008 at 5:55 am
aswanidutt.dasara (11/3/2008)
sorry i forgot it , this is the updated one
ex:
create proc sp_books_outlet
@booknames varchar(100) output
as
select @booknames =b_name from historical.books
declare @booknames varchar(100)
exec historical.sp_books_outlet @booknames output
select @booknames
thanks for the...
November 3, 2008 at 5:49 am
Sridevi (11/3/2008)
GO
CREATE TABLE TABLE2(C INT, D INT, E VARCHAR(10))
GO
Table1 DATA:
A B
------
1 XX
2 YY
Table2 DATA:
C ...
November 3, 2008 at 5:43 am
Sridevi (11/3/2008)
I have two tables with one to many relationship. Can i get the line table data separated by comma within a single select statement in sql 2005.
Eg:
Table 1:
A...
November 3, 2008 at 5:13 am
aswanidutt.dasara (11/3/2008)
i am new to sqlserver. i want to know, how to get the values(data) from the column into a declared variable in stored procedures. here is the example...
November 3, 2008 at 5:10 am
deveshbhargava (11/2/2008)
November 2, 2008 at 11:13 pm
madhu.arda (11/2/2008)
can we move resource database mdf to one drive and ldf to other drive(resource database mdf to master database mdf location n resource database ldf to master database's ldf...
November 2, 2008 at 9:40 pm
billross (10/16/2008)
I want to put the specialties inline, but repeat the whole Doctor record for each office record. So...
October 27, 2008 at 11:12 pm
Viewing 15 posts - 241 through 255 (of 320 total)