Topics
Started by
Posts
Last post
I have the following code: Declare @market as varchar (30) SET @market = 'Test' Select * from Va…
2 replies
Hello, Can anyone help me? I want to round up my result. I use round ((value/60),0). It works ok wh…
2 replies
I have data that can look like the following and I want to know how I can get the number out increm…
11 replies
Hi. I am trying to import an named range from excel into sql but do not know how to using dts. I fo…
3 replies
Ok, I had this code before and now I can't find it, how do I get the code do drop a temp table at t…
1 replies
Hi all, We all know that the results of a stored procedure can be added to a table with the stateme…
5 replies
I have this query: SELECT distinct [MVG T003 - Eliminate outliers from T001].StdVin, ([MVG T003 - E…
2 replies
I am using DTS packages to load data from a text file into a SQL table. When using the DTS wi…
2 replies
I was wondering how to set up a couple of stored procedures that I think would be recursive. …
9 replies
Hi, I am new to this forum and also new to SQL. I am trying to update 500,000 rows in one ta…
5 replies
Dear guys... Now, I am faced a problem from the application that i maintained. The application…
2 replies
Hi folks, I have two database tables that stores routing informations of company vehicles. One of t…
1 replies
Hi, I have a view which selects these columns: employeenumber,ClientID,Billing code,amountBilled,In…
2 replies
Hi All, I have a Book table like: ExpireMonth RefID …
1 replies
I am using select SUSER_SID('xxx\fredbloggs') as "numbersid" to get out a user's NT Sid in the for…
3 replies
Viewing 15 topics - 1,531 through 1,545 (of 4,455 total)
You must be logged in to create new topics.