Topics
Started by
Posts
Last post
I have a query that joins three tables: Users (Table) Code (int) FeeEarner (bit) UserTypeRef (int) …
5 replies
Dear All, I had a huge table (more than 160M rows) on SQL2005 EE, and decided to apply a partition …
2 replies
Dear All, I am a very new to MS Sql Server. I have worked with MySql database using PhpMyAdmin. I h…
7 replies
I have two datasets one of 15000+ records and other with 5000+ records.I need to merge these two se…
1 replies
why the below query showing zero even if there are 2 records in age column with null value select …
3 replies
Hi, I want to calculate with Dates and Times in SQL, but I have noticed that if I do Select CONVERT…
3 replies
Hello All, really new to SQL so if my question is stupid or complicated, sorry, but i need to run 2…
1 replies
Hi All, I have created stored procedure for checking the cpu usage and connection string. ----check…
2 replies
I have Input Table and Output table. I need to add or update records in my Output table. Here is m…
1 replies
Hey guys and gals... I'm trying something new and hoping it works. I have a large collection of mov…
1 replies
Dear masters, I have a stored procedure (SP) that contains "EXEC xp_cmdshell eror msg >>D:\lo…
4 replies
DROP TABLE #test CREATE TABLE #test( ndx int, test int, duration int, Id int, layer int) insert int…
9 replies
I am trying to get an IIF statement to work. it is very simple: SELECT IIF( -1 < 1, 'TRUE', 'FAL…
2 replies
Hi Everyone, Can some one help me. I have a question in Replication. How do add articles to the exi…
1 replies
Hello friends, One table (table1) cardno, datetime1, channel_no another table (table 2) cardno, dat…
17 replies
Viewing 15 topics - 106 through 120 (of 2,735 total)
You must be logged in to create new topics.