Topics
Started by
Posts
Last post
Hi, I am trying the bulk insert concept using the below link. http://blog.sqlauthority.com/2008/02/…
7 replies
Hi Everyone, I am trying to eliminate repeated data in my results, towards which end I am using the…
8 replies
Hello guys, I have this procedure: create proc [dbo].[BulkPROC] (@table nvarchar(255), @dateimport …
11 replies
Hi, I have a create table script as .txt file. How can i create table using that script through sql…
7 replies
Unless I misunderstand (which is entirely possible), when creating a FK constraint, the WITH CHECK/…
2 replies
Hi while executing the profiler data getting the below error. declare @P1 int set @P1=3768 exec sp_…
2 replies
Hi, We massively imported 1.5 million rows in the ab_abcontact table a couple of weeks ago. Since t…
1 replies
Hi, I have this query where I do certain conversions and on top of this how can I sum the column va…
3 replies
I am using SQL Server 2008 R2. I created a type such as create type myTest as table (myCnt int id…
4 replies
Hi, I have the following values in a Float column 266.5 280.98 127.558 How do I set the precision i…
3 replies
Hi Friends, I have very limited knowledge on this topic. I have worked and working on SQL servers o…
4 replies
Do we need to consider any parameters before we format LUNs with 64 k chunks for sql server? Is it …
3 replies
ordered quantity 7 I have a table that im trying to write an update query that will work down the r…
1 replies
Hi I'm looking through the output of DBCC IND. The second column is PagePID, the page number in th…
4 replies
Hi There, I'm having a table which have the data about the service activation and expiry day of cus…
2 replies
Viewing 15 topics - 7,156 through 7,170 (of 30,225 total)
You must be logged in to create new topics.