Topics
Started by
Posts
Last post
Is it possible to execute a BULK insert partially - insert all what can be inserted and disregard e…
3 replies
Hello all, i work with sql server 2008 and i have a little problem about a work i must to realize .…
6 replies
Hello comunity I have build this trigger : [Code="sql"] CREATE TRIGGER [dbo].[trgAfterINSERT] ON [d…
7 replies
SQL 2008 R2 Hi All, If I have a query like so: select contractno, Address1,dateJoined,DateLastTrans…
4 replies
Hi All, I have a table with circa 720,000 unique member numbers, I have a second table with multipl…
15 replies
Hi Team, One of my colleague dropped and created the default login account to SQL Server. Now the …
2 replies
the code above produce this output: <Main ID="1"> <Tags>TA</Tags> <Docs>…
1 replies
Hi everyone, Hoping someone can offer some advice on the following issue. We have a (inline) table-…
8 replies
I have 4 tables one comman column (Date and Qty) and another field I want to join 4 tables with dat…
4 replies
Below query will give me students that are registered to Dance School SELECT DISTINCT "Name"."ID"…
21 replies
Hi, I've worked on this for an hour or so... I'm not that good I think. Date …
4 replies
Hi Friends, DECLARE @A TABLE (ID int, StartDate datetime) DECLARE @B TABLE (ID int, StartDate date…
11 replies
DECLARE @cmd1 VARCHAR(MAX) SET @cmd1='IF(''?'' LIKE ''SLX_%'') BEGIN IF OBJECT_ID(''[?].d…
1 replies
Hi, I have 3 select I want wrote this selects in one procedure, AND I Need Only Show last select r…
9 replies
WITH CTE(col1, col2, col3, Hier) AS ( SELECT T.col1 ,T.col2 ,T.col3 ,CAST('/'+ LTRIM(T.…
4 replies
Viewing 15 topics - 811 through 825 (of 10,647 total)
You must be logged in to create new topics.