Topics
Started by
Posts
Last post
Hi, My Main Table looks like this: My Lookup Tables look like this: I want to do a SELECT such th…
1 replies
I am trying to export a csv file where the header column are all double quote delimited but only th…
6 replies
Hello, Not sure if this should be posted here or maybe the administration part... but i will start …
6 replies
I have a fairly simple query that is supposed to return only a single number – the ID of the TOP re…
16 replies
Dears, I have 2 tables called Employees and Tickets Employee Data Tickets Data When the user load…
3 replies
Hi, I'm trying to figure out how to round to the nearest integer . So for example if the number is …
2 replies
For the longest time, we rarely if ever got an error message about locking, however, another team t…
3 replies
Hi I have a very simple query as below select Personid, StartDate, endDate from table where startda…
8 replies
Stored procedure OUTER_TEST calls stored procedure INNER_TEST. If an error in INNER_TEST, how do I …
2 replies
Hello all, I am new to SQL, how to syntax 2 conditions connected with AND when trying to save value…
6 replies
Dear All As per my request I have following input table Create table #FirstTable( StudYear int, Stu…
1 replies
Hi, I have lite experiece with MS SQL SERVER 2014. I try to write query to get info from order DB. …
6 replies
Hello, So i am using this query below: SELECT TOP(10) @@SERVERNAME SERVERNAME,qs.execution_count AS…
3 replies
Hi all Does anyone know if it is possible that when doing a "SELECT ... INTO #temptable FROM ... "…
1 replies
Hi All, I have a big csv file which I'm putting into a temp table with the bulk insert command. Thi…
3 replies
Viewing 15 topics - 106 through 120 (of 3,067 total)
You must be logged in to create new topics.