More columnstore woes
Hi all,I have an issue with columnstore and the query optimiser. I am running the following query:SELECT Store.StoreId, COUNT(*) FROM Fact.Sale INNER JOIN Dimension.Store ON Store.StoreId =...
View Articlecan't attach outlook 2013 bcm database in SSMS
Hello,I upgraded my laptop from Windows 7 64 bit Office 2012/BCM 32 bit to Windows 8 Office 2013/BCM.before the upgrade I detached the bcm database in SSMS. made copies of the mdf and ldf...
View Articleadd-type -assemblyName System.IO.Stream is failing in powershell script
Hi all,I am trying to do some automation using powershell scripting. I have following code in my script:add-type -assemblyName System.IO.StreamI also have this: add-type -assemblyName System add-type...
View ArticleLogon SSPI handshake failed
Hi,We are receiving following alerts (SQL Server 2005):"Logon SSPI handshake failed with error code 0x8009030c while establishing a connection with integrated security; the connection has been closed....
View Article[FullText] Indexer seems to cut up some words at accent position
I have a full text catalog defined on 2 VARCHAR columns of a single table. It works well except for a few words where indexation seems to cut the term where an accent is found. It doesn't do it for all...
View Articlewhy a certain process is running so long
Hi Experts.How do you guys look into a issue, when some developer complaints that his process running from so long time.I am just expecting basic steps you look into.
View ArticleSQL Server 2005: 20vcpu/124GB with 4 numa nodes. ple drops and foreign pages...
I took a DBCC Memorystatus and it doesn't look right to me....Is this normal? I could be starving the system for memory.Memory Manager KB------------------------------...
View Articlewhat all ports should be opened to connect to a named instance running on...
what all ports sould be opened to connect to a named instance running on port number 7000SQL Browser enabledAble to connect with SERVERNAME, 7000 but not with SERVERNAME\INSTANCE NAMEIt is static...
View ArticleStoring Database on PEN Drive
Hi,<o:p></o:p>I am creating an accounting software. I want to store data base on pen drive , so when i plugin the pen drive it will automatically detect and store the data on pen...
View ArticleChange DateTime and get User
Hello, I have two questions: First: Whenever arecord is changed(no matteraboutwhich tool), thecolumnshould set to actual datetime.Second: Whenever arecord is changed by a User(no matteraboutwhich...
View ArticleUnique Row - 2 different values ! Help Needed!
This may be the strangest thing I've ever seen.We have sql server 2012 and a data warehouse.Fact table contains more than 1 billion rows which are based on monthly partitions.Those 2 queries returns...
View ArticleTable Restriction of only one Row
Hello I want to restrict a Table that it can only contain one row. Every time I want to Insert a second row, i will get an error! Only Update is allowed after one row exists.Thistable does not yet...
View Articlewill Partition help if the large table has lot of Inserts and Updates
Hi All, We have a very large table it is about 100 GB and we are planning for partationing. The current scenario is this Large table will have lot of updates and inserts, currently we are like facing a...
View ArticleCannot Connect to Remote Named Instance of SQL Server
We have 3x instances of SQL Server 2012 installed on a single remote server - there's the default MSSQLSERVER instance, then \INSTANCE01 and \INSTANCE02. I can remotely connect to the default...
View ArticleWarning: Failure to calculate super-latch promotion threshold. appears in SQL...
We are running SQL Server 2008 R2 and have just applied Service Pack 2 to our QA environment.Today we noticed this message in the SQL Server log: Warning: Failure to calculate super-latch promotion...
View Articlewakslhwn.ldf. Verify that the file exists and that you can access it.
Hello,I am trying to install SQL Server 2008 R2 but I am getting an error:TITLE: Microsoft SQL Server 2008 R2 Setup ------------------------------ The following error has occurred: Source file not...
View ArticleHow can we rollback alter user statement
Hi All,We have a requirement of changing schemas but it we also need it to revert to the original one.Alter user <user> with default_schema = <newSchema> does the job of changing the...
View ArticleConnecting to SQL 2005 x64 using Management Studio on Windows 2008 x64 is...
I have a SQL 2005 x64 server that is running just fine. I have installed the SQL 2005 Management Studio on Windows 2008 x64 server and can connect to the SQL 2005 x64 server. But it takes almost a...
View Articlepage life expectency
I am looking at the sys.dm_os_performance_counters table and trying to figure out how a int value represents a ratio? For example "buffer cache hit ratio" = 12355. What does this mean?
View Article