Viewing 15 posts - 3,346 through 3,360 (of 15,381 total)
Bill Talada (1/29/2015)
Personally I would do this procedurally in a loop in a stored procedure, filling a...
January 29, 2015 at 12:20 pm
136romy (1/29/2015)
thank you for answered
As done in my previous request I would like to apply the FEFO system so if I have for example the following product data:
Numlot 1...
January 29, 2015 at 10:48 am
Steve Jones - SSC Editor (1/29/2015)
Eric M Russell (1/27/2015)
January 29, 2015 at 9:59 am
I haven't a clue. I am old(ish) but not senior. I am not even a junior dba. I have been at my current job for 6 1/2 years and have...
January 29, 2015 at 8:09 am
Your script has some foreign keys in the wrong order but I was able to work that out. What we don't have is any sample data or any kind of...
January 29, 2015 at 8:04 am
lsalih (1/28/2015)
tbl1: InstituteID, name
tbl2 ApplicantID, InstituteID ,Applicant_Name, address, city, state, status *
* Status field contains value A for acceptance or R for rejected
I need help with listing...
January 29, 2015 at 7:34 am
ramyours2003 (1/29/2015)
What are the basic queries to trouble shoot the always on in sql 2012 ?
Did you even try? https://www.google.com/search?q=What+are+the+basic+queries+to+trouble+shoot+the+always+on+in+sql+2012+%3F&ie=utf-8&oe=utf-8
Your exact question returns several good locations.
January 29, 2015 at 7:26 am
PiyaKaGhar (1/28/2015)
Hi FriendsThis worked for me:
Declare @w_man as varchar(50)
set @w_man = 'julial,BEVERLEYB, Lucy'
That is NOT multiple values. It is a single string value that contains some characters and some...
January 28, 2015 at 8:31 am
What pietlinden is saying is that you didn't provide any details. Please see the first link in my signature for best practices when posting questions.
January 28, 2015 at 7:48 am
jbalbo (1/27/2015)
I was also wondering if I was using the view Gui interface where I can pick tables or other views if I can point...
January 28, 2015 at 7:23 am
satishkmr538 (1/27/2015)
can truncate and delete rollback when we use transactions?
Sounds like an interview question to me. 😉
January 28, 2015 at 7:21 am
In addition to Eirikur's response when you declare variables with datatypes that have a size you should ALWAYS define the size. Defining varchar with no size will get the default...
January 28, 2015 at 7:15 am
Luis Cazares (1/27/2015)
MMartin1 (1/27/2015)
Luis Cazares (1/27/2015)
SELECT columns_to_return
FROM dbo.XYZ
WHERE date_column...
January 27, 2015 at 1:56 pm
Luis Cazares (1/27/2015)
Carlo Romagnano (1/27/2015)
Raghavendra Mudugal (1/27/2015)
Carlo Romagnano (1/27/2015)
Strange, but the version with PIVOT is a bit slower than that with GROUP BY. See execution plan!...
actually I was doing...
January 27, 2015 at 9:27 am
d.krishnap (1/27/2015)
Question
You cannot vote on your own post
0
if there 3 records in bill_detail table like this
INSERT INTO DETAIL
([objid], [x_billable_to], [x_bill_quantity], [x_billable_yn], [x_bill_rate],[COST_TYPE])
VALUES
(1, 'Customer', 3, 1, 20,'Parking'),
(2,...
January 27, 2015 at 8:05 am
Viewing 15 posts - 3,346 through 3,360 (of 15,381 total)