Topics
Started by
Posts
Last post
Hi Guys, Its me again..!! I have a fact table, below is some more information on it, # Records …
6 replies
Hey all, Having an issue with my view to show all current sessions, with a "Invalid length paramete…
5 replies
Hi I have these tables: CREATE TABLE [dbo].[Product]( [ProductID] [int] IDENTITY(1,1) NOT NULL, […
2 replies
Hi I have this code below. create table dbo.Test(Base_fee [numeric](9, 6) NULL) insert into dbo.Tes…
5 replies
I run the following statement in my local machine: select top 10 * from sys.dm_os_performance_count…
2 replies
Hi Team, I am getting the following error message when I am trying to execute this nested query "In…
3 replies
Hi I have this table: CREATE TABLE [dbo].[Product]( [ProductID] [int] IDENTITY(1,1) NOT NULL, [Co…
5 replies
Hi All, Is it possible to put an update query within a outer apply? DECLARE @RemainingStock INT = 0…
4 replies
hello friends, i have a sql server 2008 standard edition installed on a virtual server. This is our…
2 replies
Are majority of the developers still using printed books for study and learning or they shifted to …
3 replies
Hi All, AM trying to export a dataset of 1 million records from Hadoop to sql server using sqoop wh…
1 replies
Just did TDE rekeying as per Security request (certainly- test env :-)) I mean- decrypted DB, remov…
3 replies
I got an issue occured with my prod systems. I tried to open the properties of a database which giv…
3 replies
I have many tables that have 1000+ columns, of which about 85% of them are NULL. Is there a way to…
7 replies
What is the use of create statistics ? I am having a DB With AUTO_CREATE and AUTO_UPDATE for stati…
11 replies
Viewing 15 topics - 7,171 through 7,185 (of 30,225 total)
You must be logged in to create new topics.