Topics
Started by
Posts
Last post
Hello, Recently I came across an issue in production where a sequence is not always returning a num…
4 replies
Hello, wondering if somebody might have the most efficient way of creating a query of Daily Counts …
9 replies
Hi , we running query bellow UPDATE MyOrders SET col1 = @P11, col2 = @P12, WHERE pk_col0 = @P3 -- …
3 replies
Hi every one, Wondering how to extract the number of occurrence in a multiple value column. See exa…
6 replies
Hi Guys, I'm completely new to API's and i was wondering if there is a way of retrieving the data f…
4 replies
I have some Full Text Catalogs and since some time ago, the query time really slow down, and the on…
14 replies
Following symbols are often used in the BIO tech resource articles. How can I store them in SQL DB…
1 replies
Hello I have this query SELECT ISNULL(sta5.AttributeValue, rdd5.Value) as 'Manufacturer Code…
7 replies
I want to know what are the customers having missing month data based on the following data pattern…
16 replies
Hi, I have this special requirement as a query result, and I wonder if SQL PIVOT can be used to ach…
10 replies
. This topic was modified 4 years, 11 months ago by David.Toews 95002. Reason: Would like t…
3 replies
how do I calculate db sizes of all databases across all servers from cms declare @dbsizes TABLE (se…
6 replies
I am in a project where information is being pulled from a database then put into a web page in a m…
33 replies
select( select name,enabled, case when enabled = 1 then 'active' else 'notactive' end as JobStatus …
20 replies
Hi i have 3 table that need to find out which id missing two tables TABLES: Main,table1 and table2 …
5 replies
Viewing 15 topics - 1,471 through 1,485 (of 1,791 total)
You must be logged in to create new topics.