Viewing 15 posts - 106 through 120 (of 216 total)
Hi its an interview question in IBM.But the guy told that with 3 dml staetments we can do this.
But when we diable using alter its as DDL .Please try to...
December 27, 2010 at 12:37 am
I got to wrong by misunderstanding the answer.
December 22, 2010 at 1:09 am
I got 10 rows.I am using sqlserver 2008.
I think the author answer is correct.It s depends
December 16, 2010 at 3:40 am
Non Sense question.I thought correct answer. means it will through error.but due to hint given by him i did not consider date and got wrong. am not happy with question...
November 15, 2010 at 11:12 pm
With remove the | bar i already done.But the source file they told that do not edit the source file.means that i did not delete | in source.Is it possible...
October 29, 2010 at 2:24 am
With out Sys admin permission it will work for remote user.but u have permission for select a table.
October 19, 2010 at 3:48 am
Hi,
As of my understading am pasting the scripts.Tell me if it provide solution for you.
USE [SSISDB]
GO
/****** Object: Table [dbo].[Emp] Script Date: 10/19/2010 14:45:36 ******/
SET ANSI_NULLS ON
GO
SET...
October 19, 2010 at 3:37 am
Hi,
you need to execute two system procedures as defined below.
follow instructions as given below.
USE master
GO
-- To use named parameters:
EXEC sp_addlinkedserver
@server = 'SF-PC035',
@srvproduct = '',
@provider = 'SQLNCLI',
@provstr = 'DRIVER={SQL...
October 18, 2010 at 11:57 pm
Good question.keep on posting this type of questions.
October 18, 2010 at 11:43 pm
Absolutly am not satisfy with the question and Explanation.
October 13, 2010 at 11:52 pm
Lost two points because of misunderstanding of set arthiabort on.I already worked divide by zero errors and handle these type of errors.but little bit confused.with arthabort you can handle this...
October 13, 2010 at 11:38 pm
Hi,
Here is the table format.
create table #temp(company varchar(50),name varchar(50),email varchar(50),Id int)
insert into #temp
select 'TCS', 'Suneetha','suneetha@tcs.com', 1
union all
select 'TCS', 'Suneetha', 'sunitha@tcs.com', 2
union all
select 'TCS', 'soumya', 'soumya@tcs.com',3
union all
select 'TCS', 'soumya' ,'soumya.raja@tcs.com',4
union all
select...
September 14, 2010 at 12:36 am
but the same will not return any rows when we use
select * from #temp where code ='0'
this will return nothing.When we use 0 in quotes it will not return...
August 26, 2010 at 10:16 pm
Viewing 15 posts - 106 through 120 (of 216 total)