Topics
Started by
Posts
Last post
Hi! Long time reader, but I think this is my first time posting. I have a hypothetical scenario tha…
12 replies
HI, Remove Special Characters except Space. DECLARE @UNAME VARCHAR(100) SET @UNAME='KRA!NTHI@#KUMAR…
5 replies
IF 1=2 BEGIN IF OBJECT_ID('tempdb..#TEMP') IS NOT NULL DROP TABLE #TEMP SELECT 1 AS ID, 'ABC' NA…
6 replies
Hi, How to Calculate week begin date and end date dynamically based on Current Friday Date and need…
9 replies
Hi, I have a simple query select name from tableInfo i am passing two parameters to the stored proc…
12 replies
I have a query which sums up a couple fields from different tables, it also has a few things in the…
1 replies
I need to create .xlsx file exporting data from sql database and file name would be 'FileName' and …
4 replies
Hi, Using the following code (and adjusting the variables to test the different scenarios), I need…
4 replies
Hi, I have a question. Scenario is something like this. I am pasting sample data to clarify my requ…
1 replies
I have 3 2005 SQL tables, an order table, quote table and invoice table. Structured like this: SO T…
7 replies
SSC, I am inserting data to SQL 2005 from an HTTP Post, the minimum usable data is 120 characters l…
1 replies
I have a table T1 with only one column. ID 1 2 3 I want to put all the records (separated by comma)…
4 replies
Hi guys, I have been stuck with this query for a while now and not sure how to go on about this as …
5 replies
Hi , I have a table data as below name A1B1A2B2 RAHUL PSAP name A1B1A2…
1 replies
Hi Have an old app that imports data into a MSSQL server DB using an ODBC connection. Using Profile…
8 replies
Viewing 15 topics - 256 through 270 (of 12,234 total)
You must be logged in to create new topics.