Topics
Started by
Posts
Last post
I have a select statement that looks something like this - sorry it's so long: /*ALTER VIEW [dbo].[…
1 replies
How to convert date '1978-01-25 00:00:00.000' into '25th January' format? The 'th' or 'rd' can be s…
5 replies
We have several jobs that we run once per month for month end finance closing. At this time we are …
2 replies
Hi, I'm working with INFORMATION_SCHEMA.COLUMNS. I want to select the DATA_TYPE and CHARACTER_MAXI…
4 replies
here is the structure of my table CREATE TABLE [dbo].[duplicate2]( [id] [int] IDENTITY(1,1) NOT NU…
23 replies
Hi, Iam facing an issue with dynamic column list building. It is working fine in my DEV server but …
6 replies
Hello comunity I have a table where my field CCT is varchar(20), but on my desktop application some…
5 replies
I need some guidance on what is a good construct/method of running a stored procedure many times by…
20 replies
I had a contractor pass me a query to run in our production environment and though that it would ne…
3 replies
Hi members, I have a statement that loops through the records of a table to get two date values fro…
17 replies
I went through the available posts I could find on this topic and couldn't find a situation quite l…
9 replies
Hello, all: I'm fairly new to T-SQL, so I'm sure there's a relatively simple way of doing this, but…
7 replies
hi, Does Table Value function caches execution plan? one of my query is performing slow for the fir…
10 replies
hi, i have a table with every minute data, if i want to select data for every 15 minute how can i d…
7 replies
I have a select statement that JOINs two tables, one for Product and one for the Product Colors. …
3 replies
Viewing 15 topics - 1,411 through 1,425 (of 12,234 total)
You must be logged in to create new topics.