Topics
Started by
Posts
Last post
Hi Experts, I need to solve below two issues in my SQL query, 1.query should not show any duplicat…
3 replies
I have a table with currencies, and a table where each day the exchange rates for those currencies …
20 replies
HI, I have a table name EmployeeNames ID, FirstName, MiddleName, LastName 1, Sam, NULL, NULL 2…
19 replies
HI I have the following Columns as below FrankStartDateFrankEndDateTrumpStratDate TrumpEnddate …
2 replies
I apologize for any short comings in advance as I am not all that familiar with SQL. I need to crea…
14 replies
trying to insert data from one table to multiple tables row by row with derived columns. Somehow it…
2 replies
I have to connect to a sql server at the vendor who is in a different network. What are my options …
6 replies
found here: https://msdn.microsoft.com/en-us/library/ms191530.aspx I had assumed that, when the gri…
1 replies
My table look like this, INSERT INTO dbo.test (`action_id`,`person_num`,`person_id`,`creation_dat…
5 replies
I have a table of statuses(Open, Closed, etc.). I need to create a parameter that combines the fir…
4 replies
Hello, I've got SQL Server Management Studio 2016, Visual Studio 2015, and SQL Server Data Tools in…
3 replies
Hi all, I have string like this : DECLARE @input NVARCHAR(max) = ' hihihi hihihi hihihi https://te…
6 replies
Hi, I have table like this : DECLARE @t TABLE ( Id INT , XmlData XML ); INSER…
10 replies
I have this test table: row 1: start_date='2016-1-1 10:00:00' end_date='2016-1-1 15:00:00' row 2: s…
7 replies
Hi folks, We are looking at providing dashboard and reporting functionality in our application usin…
1 replies
Viewing 15 topics - 2,956 through 2,970 (of 3,062 total)
You must be logged in to create new topics.