Topics
Started by
Posts
Last post
Hi, need some advice. I have more than 20 columns and more than 50k rows. I would like to do insert…
5 replies
In a sql server 2016 database, I want to store data in one column for the following languages: Burm…
4 replies
DECLARE @RegionCounts Table ( TYear char(2), Region varchar(30), RowCnt int ) Insert into @RegionC…
7 replies
On this website in at the beginning of the 3rd paragraph, we have: "Length for a numeric data type …
3 replies
I have a table with the following data ( sample) Col1 Col2 Col3 Col 4 A AA ABC ALL B …
2 replies
Ahoi, currently the only metadata i am retrieving from the SQL Server from time to time is by query…
2 replies
Well, I don't think the SAS code is that complex, it's just that T-SQL (while I do like it) is a bi…
1 replies
I have following sample table for reference. CREATE TABLE [dbo].[ProcessLog]( [LogId] [int] IDENTIT…
6 replies
Hi I have visual studio 2017. I am trying to import excel file. Copied Excel source and selected th…
3 replies
Hi all, Been going mad most of today with trying to retrieve CoverType from the below XML data: If …
5 replies
Hi, I am stuck on a query where I need to display all 12 months of data. If there is no data availa…
2 replies
I am trying to work on a solution that would capture SQL jobs in a table that ran longer than say x…
8 replies
Hi Team, i want to avoid "??" in the result set but i am getting "??" can you please help on…
4 replies
One of my clients has requested me to gather the information on top 5 cpu consuming queries. I can …
7 replies
I have a function that splits key value pairs and a stored procedure that needs to use these kvp's.…
0 replies
Viewing 15 topics - 1,456 through 1,470 (of 3,091 total)
You must be logged in to create new topics.