Viewing 15 posts - 10,756 through 10,770 (of 15,376 total)
robert.hemley (9/12/2012)
Thank you again, I know this is a SQL forum but can you help on referencing to c# i am using asp.net.Regards Rob
What do you mean by "help on...
September 12, 2012 at 10:08 am
Joy Smith San (9/12/2012)
One of the interviewer asked me something like below question. It was not clear to me anyway.
"When we get an SQL query how do we determine if...
September 12, 2012 at 10:05 am
sbk2007 (9/12/2012)
September 12, 2012 at 9:57 am
dianne.howard (9/12/2012)
We have a list of customer transactions that are grouped together by customer....
September 12, 2012 at 9:24 am
SQL Mad Rafi (9/12/2012)
as i thought may be this could have been answered a lot, even i...
September 12, 2012 at 9:17 am
I see that you are pretty new around here. Welcome. In order to provide detailed assistance and code we need to have something to work with. The best way to...
September 12, 2012 at 9:07 am
DBA_Learner (9/12/2012)
We all know that in SQL Server standard edition we cannot do any auditing on Server and DB Level. So, alternative for...
September 12, 2012 at 8:49 am
By now you know that ddl and sample data go a long way towards a viable answer....
Is there a way using this info that I can build a result set...
September 11, 2012 at 3:05 pm
carlosaamaral (9/11/2012)
'99',
left(table1.column2, 2),
max(table1.column3),
'Yes',
'Test'
FROM table1
WHERE NOT EXISTS ( SELECT 1
FROM...
September 11, 2012 at 2:57 pm
vinay.varaala (9/11/2012)
my delivery entry screen shows
referenceid deliverydate deliverysttime deliveryendtime
1 2012-09-11 ...
September 11, 2012 at 10:02 am
oscarooko (9/11/2012)
September 11, 2012 at 8:53 am
bslchennai (9/11/2012)
I am facing one problem with re-index, while doing the re-index on 40gb database one table is taking 40mins, but thing is every day the same table is not...
September 11, 2012 at 8:49 am
snadsul (9/11/2012)
i wan to fetch newly added record in table .how to write query for that .
This is entirely too vague to provide an answer. There are a number of...
September 11, 2012 at 8:39 am
Artoo22 (9/11/2012)
0: The FETCH statement was successful.
-1: The FETCH statement failed or the row was beyond the result set.
-2: The row fetched...
September 11, 2012 at 8:27 am
I would start by looking closely at your split function. I am going to take a guess that is either a loop or xml based. Take a look at the...
September 11, 2012 at 8:17 am
Viewing 15 posts - 10,756 through 10,770 (of 15,376 total)