Viewing 15 posts - 151 through 165 (of 176 total)
Lynn Pettis (8/17/2012)
cphite (8/17/2012)
August 17, 2012 at 11:15 am
Canazei65 (8/15/2012)
Thanks for the replies - I shall take a look now. However, I should have made it clear in my post the financial year in the UK runs from...
August 15, 2012 at 2:05 pm
Canazei65 (8/15/2012)
Here's what I meant to say:
Hi
I have 3 parameters in my report:
[FinancialYr] in text format: '2011/12', '2012/13' etc
[FromDate]...
August 15, 2012 at 12:33 pm
Was just wondering if anyone has found a fix to this issue... I am getting the following error when I open Activity Monitor. My account is a sysadmin...
August 8, 2012 at 1:27 pm
rummings (7/25/2012)
July 25, 2012 at 1:12 pm
Lucky9 (7/11/2012)
Where the data gets loaded from excel to Sql server database table....
excel file name gets updated every 1 hour...so after every 1 hour...
July 11, 2012 at 1:18 pm
Steve-443559 (7/9/2012)
July 11, 2012 at 11:45 am
ELLEN-610393 (6/22/2012)
June 23, 2012 at 7:30 am
Seattlemsp (6/11/2012)
In this case, there is no reason to use VS for report. Is that true?Thanks!
Correct.
In fact, aside from the lack of a preview feature and the different file extension,...
June 11, 2012 at 1:59 pm
joshd 1807 (5/31/2012)
Unfortunately the query doesn't...
May 31, 2012 at 4:12 pm
I still have to disagree. We don't have the full picture here. How do we know if the individuals ssn is stored anywhere else in the database? Personally, it shouldn't...
May 25, 2012 at 3:32 pm
Lynn Pettis (5/25/2012)
cphite (5/25/2012)
blampe (5/25/2012)
May 25, 2012 at 11:48 am
blampe (5/25/2012)
May 25, 2012 at 9:30 am
No cursor; a simple way to do this is as follows:
;with list as
(
select
ssn,
row_number() over (order by ssn) + 1000 as ID
from
person
)
update p
set p.ssn = l.ID
from
person p
inner join list...
May 24, 2012 at 3:40 pm
Putts (5/9/2012)
SQLKnowItAll (5/9/2012)
May 9, 2012 at 3:39 pm
Viewing 15 posts - 151 through 165 (of 176 total)