Topics
Started by
Posts
Last post
Example of data in CSV are as follows: "XXX","0001",-990039739 ,0 ,0 …
5 replies
Hi, I am a little rusty at this so wanted to check out if anyone knew a good way to do what I need …
10 replies
HI Folks, Is it possible to replace while loop by CTE? I will fetch records from table 1 based on t…
1 replies
Hi , I am having a strange issue not sure if this is MSSQL bug or mine 🙁 I have following simple co…
13 replies
I've been seeing a very odd SQL Server 2014 behavior, and wondered if anyone has seen it. I have a…
4 replies
Hi, I need to enable trace flag OPTION(QUERYTRACEON 9481) in one of my views I am having trouble f…
3 replies
H have 2 tables. Table 1 is Interest Table 2 is Note Table 1 has a composite key build on it with f…
4 replies
Hi, Can you help me please? I want to restore a database (from an encrypted .bak file) - but *no…
5 replies
We are just looking to move to SSIS 2014 from 2008R2 however we have a number of packages which wri…
1 replies
Hi Guys I have a query that takes around 1 second to run until I join another table then it takes a…
38 replies
CREATE TABLE #t (a int); GO CREATE PROCEDURE dotest AS UPDATE #t SET a = 1 WHERE 1 = 0; RETURN @@ER…
2 replies
I want to return a BIT from an outer join. I want the result type to be BIT. However, the usage of …
4 replies
Hi guys We have a web application. We deployed All Servers (Data server + Web server) On One data …
6 replies
I have been evaluating merge replication, 'push' subscription on SQL Server 2014. If the default re…
2 replies
I'm in the process of rewriting a stored procedure at my new job. Currently, it's running another s…
4 replies
Viewing 15 topics - 2,536 through 2,550 (of 3,067 total)
You must be logged in to create new topics.