Topics
Started by
Posts
Last post
Happy New Year everyone! Please bare with me, I am not very T-SQL savy. I have an update that I'm …
10 replies
Hi, I have an accounting table with 5 year of data for an account, the table headers look as follow…
2 replies
Hi, I would like to create a report or view that outlines data in a particular format. Month Fi…
4 replies
i want to get the query which is executed recently on sql server 2000. whts the method for this.
3 replies
I know that we can use this query to pull the AuditLevel and LoginMode from the registry, but is th…
1 replies
I have a column with data as 00070111 0001111 00000111 00040111 00044111 000001111 I want a query w…
7 replies
In MS Access, I have a table defined with some fields as numbers defined as type double. When I op…
2 replies
CREATE TABLE #tempTotal ( ID_PRODUCT int, NM_TOTAL int ) INSERT INTO #tempTotal SELECT #tempResp…
14 replies
hi friends, I'm planing to launch an site, In which I'm going to Use SQL Server 2000, I'n future th…
6 replies
I need one proc which has to do an update/insert/delete in two tables as per the requirement mentio…
1 replies
Hi, I have a stored procedure where accepts an input. But the Application could either pass me a v…
3 replies
hi guys i am trying to do a simple update Update dtblTelephones set Code = 'CC' where Code = 'BV' …
3 replies
Suppose I want to remove unnecessary carriage returns from a varchar without removing the necessary…
29 replies
I can not figure this out. Below is a portion of a view that has MULTIPLE other views run from it.…
10 replies
Hi All, Is there any way to conclude that the given query is efficient? Thanks and Regards, N.Prabh…
5 replies
Viewing 15 topics - 10,216 through 10,230 (of 12,234 total)
You must be logged in to create new topics.