Topics
Started by
Posts
Last post
How can I capture the results from this example sp into a variable or table for further processing?…
3 replies
Folks I have a query with error 🙁 ssql = "SELECT b.pn_bnc, b.model_bnc, Count(b.pn_bnc) AS Boun…
5 replies
Hi How to check using T-SQL whether a global temp table exists ? Any one help me ???? :):):) thank…
2 replies
hi i need a help i have a procedure which return a string i had call this procedure in vb.net but n…
6 replies
I created a table with two columns ID and Type. The ID is an Identity Seed and I created a Check Co…
2 replies
CREATE TABLE TEMP (A1 INT IDENTITY(1,1),Dollarcolumn decimal(10,2),PercentageColumn decimal (10,2))…
1 replies
Hi, In Oracle, it uses Create Table as Select...... to create an identical table with data loaded. …
7 replies
I have a text file with the following format (the original file is attached): H|16012|XXXX,INC|7379…
3 replies
Hi experts The below query took more time to complete the process SELECT SCC ->table Fields Val…
1 replies
Hello, I'm using the following t-sql to insert qualifying records into table ProspectResearch. The…
14 replies
I'm reading a iSeries file and it returns its size in bytes, how can I convert bytes into megabytes?
17 replies
I have a ranking problem. I need to calculate rank and percentile for each group of people. Here is…
25 replies
Hello again. I have a number of codes for which I need totals. This is a sample of them: --WNENST…
2 replies
Hi all. I have these two queries, that work separately. When trying to combine them I have 121 ro…
6 replies
Hi, Does anyone have a script/stored proc that will delete data in small batches at a time so that …
8 replies
Viewing 15 topics - 3,601 through 3,615 (of 17,082 total)
You must be logged in to create new topics.