Viewing 15 posts - 286 through 300 (of 389 total)
Very good question.Refreshed the basics.
I was not sure about middle two but sure about first two(7,7) and last two(14,80).
So objective approach which I developed from Engineering Entrance Exam worked and...
July 10, 2012 at 11:12 pm
ALI100 (7/10/2012)
& the new project has no ERD no standard of naming conventions... I need a fast way to...
July 10, 2012 at 10:58 pm
Arman Khan (7/10/2012)
For example:
...
July 10, 2012 at 10:52 pm
ALI100 (7/10/2012)
Actually i have a new client ,& their Database has no standard naming conventions & the application is in classic asp.I have a form in which a form there...
July 10, 2012 at 10:22 pm
Devesh_Srivastava (7/10/2012)
Currently my issue is with the second step of the package i.e DataFlow Task inside ForEach Loop container. Rest of the story for...
July 10, 2012 at 4:08 am
Devesh_Srivastava (7/10/2012)
I am trying to insert data from source to destination table. Both the Tables are of same name and same table structure, just they are in Different databases.
The whole...
July 10, 2012 at 12:55 am
mayank.gauswami (7/10/2012)
Can anyone help me and show me right way to prepare for these exams.
please post a good link or book to prepare....basically i need the basic idea...
July 10, 2012 at 12:52 am
deba_20032004 (7/9/2012)
I never use '>' operator in case of text field with where cluse now i see one example which is written below..
SELECT CompanyName FROM customers
WHERE CompanyName > 'a'
result...
July 10, 2012 at 12:42 am
kulkarnikag (7/9/2012)
i am using sql server 2005 ,unable to schedule the job giving error
TITLE: Microsoft SQL Server Management Studio
------------------------------
Unable to cast object of type 'Microsoft.SqlServer.Management.Smo.SimpleObjectKey' to type 'Microsoft.SqlServer.Management.Smo.Agent.JobObjectKey'. (Microsoft.SqlServer.Smo)
------------------------------
BUTTONS:
OK
------------------------------
pls...
July 9, 2012 at 11:11 pm
Possinator (7/9/2012)
SQLRNNR (7/9/2012)
Cliff Jones (7/9/2012)
Ray K (7/9/2012)
Revenant (7/9/2012)
rhythmk (7/9/2012)
Brandie Tarvin (7/9/2012)
Daniel Bowlin (7/9/2012)
HeatwaveHeatstroke
Engine
Piston
V6
V8
HEMI
Barracuda
Fearsome
July 9, 2012 at 10:54 pm
bala2 (7/9/2012)
Many thanks for reply,
I have used this command
select REPLACE(LTRIM(REPLACE(A_H, 'D', ' ')), ' ', ' ') from tableA
It is working .But is displaying space before the numric.
IS ther...
July 9, 2012 at 10:45 pm
Brandie Tarvin (7/9/2012)
Daniel Bowlin (7/9/2012)
HeatwaveHeatstroke
Engine
July 9, 2012 at 7:18 am
bala2 (7/9/2012)
A-d-int,pk,notnull
A_H--nvarchar(10),null
A_dn-navrchar
A-S-int,null
A_c-date(smalldatetime,null
Table-B,
B_d --int(PK,not null)
B_H---int,notnull,
B_Dn---nvarchar(14),notnull)
B_c_date--(smalldatetime,null)
B-si--(int,null)
B_DT--(smalldatetime,null)
when we are using the below insert into query we are got the error as "Msg 245, Level 16, State 1, Line 1
Conversion failed when converting the...
July 9, 2012 at 6:18 am
mpdillon (7/9/2012)
--Remove ItemNo from the Group By
Select OrdNo
From OrdLine
where ItemNo IN ('A', 'B', 'C')
GROUP BY OrdNo
HAVING COUNT(ItemNo) =...
July 9, 2012 at 5:57 am
Viewing 15 posts - 286 through 300 (of 389 total)