Topics
Started by
Posts
Last post
I'm looking to parse out a string into separate fields and I'm looking for a good solution to do th…
3 replies
Hi, I'm querying cube my last update like this : SELECT [CATALOG_NAME], [CUBE_NAME], [LAST_DATA_UPD…
5 replies
I've Next Question . I am currently working on a location dimension. The following is not going so …
1 replies
Hello, I have a table in the following structure: CREATE TABLE [dbo].[WeeklySummary]( [ID] [int] …
5 replies
Hello all, can somebody give me a hint on how to return a date in Australian date format? I aware t…
9 replies
Dear SQL Guru's, I have a scenario in one of our prod SQL Server. Build is SQL Server 2008 R2 SP3, …
2 replies
I am currently work with SQL 2008, I want search my transaction log which never truncate before and…
5 replies
Hi All I have an order table with order number and size of paper length. I need to find out the dif…
2 replies
I have a view that have a total of rows 30Million. When i start mij SSIS package and my view runs t…
3 replies
I know there are JSON parsers out there, but I'm hoping to avoid using a separate function as the q…
15 replies
A vendor script is doing a query like this: use databaseABC select column5 from table10 where '_' +…
22 replies
Hi Friends, We are Designing Database for a project. We have 1) Customer Master Table 2) Item maste…
8 replies
Hi, below is my sample query declare @Query nvarchar(max) DECLARE @Names VARCHAR(8000) Declare @tab…
10 replies
Hello , I have a table like this in sql server 20018 ID | COLA | COLB | COLC | ---------------…
7 replies
Hi Friends, I have one query which is taking huge time to execute. below is a query used in source …
2 replies
Viewing 15 topics - 901 through 915 (of 10,647 total)
You must be logged in to create new topics.