Viewing 15 posts - 46 through 60 (of 85 total)
I have completed oracle 9i DBA.
Now there are so many track in ms sql server DBA.like developer,Administrator.
I want to go with administrator which specific exams are required.
I fill microsoft site...
July 22, 2009 at 2:27 am
only last to lines of my post is work for you.
first for line is general information..
'also left side box is for source and right side check box for destination '
sheet...
July 8, 2009 at 12:19 am
begin tran
create table Forms(ID int,Name1 varchar(30))
insert into forms values(1,'Form1')
insert into forms values(2,'Form2')
create table variables(FormID int,Name varchar(30),Value varchar(30))
insert into variables values(1,'Var1','A')
insert into variables values(2,'Var2','B')
insert into variables values(2,'Var1','C')
create table Mods(ObjName varchar(30),Type varchar(30),FormName...
July 7, 2009 at 8:08 am
may be there are so many oracle DBA's on this site.
may they guide us to create same site for Oracle.
July 7, 2009 at 7:03 am
generally whenever you create a excel file it gives three files.
same whenever you try to import excel file it gives option to import all three files.
in your case there are...
July 7, 2009 at 5:06 am
I am new to sql server .....but from this topic I understand/decide that ,
you are beginner or expert , first do best try to get answer from BOL and google(to...
June 30, 2009 at 8:03 am
ok thanks .
I have also one more requirement.
I also want to search white spaces excluding a single space
like TAB,line brake,new line character.
June 30, 2009 at 1:25 am
' I added a logging instruction in every sproc'
how can i add logging instruction in every objects like when it is used or executed then i know that.
June 26, 2009 at 5:25 am
The question is too boring to read or you simply don't know the answer ?
You are right I dont know answer.actually i cant understand your question.
sorry for this and...
June 24, 2009 at 12:30 am
Simply float takes 5-17 bytes for single value storage
when int takes 1 or 2 bytes to store a value. when you skip these columns in query
it is commonly...
June 23, 2009 at 8:58 am
--First create a user in Database.
GRANT ALTER ON TABLE_NAME TO USER
June 23, 2009 at 8:51 am
Viewing 15 posts - 46 through 60 (of 85 total)