Topics
Started by
Posts
Last post
I have a view that currently has 82 rows in it. I need to join them to another table to see if any…
9 replies
HI I´ve these tables BO, BI, FN and U_IDINET I need to group and sum several fields whithin this ta…
4 replies
Hi All I am running sql server 2005 and need to create a copy of our production database for a test…
5 replies
I am on a shared hosting environment, and my hoster wants to put my MSSQL 2005 database on the MSSQ…
4 replies
I have SQL Server 2005 and BIDS installed. I am running IIS. I would like to get Adventure works se…
3 replies
Hi, Please help me , I have a string column in my source table which has the following sample data …
13 replies
Hi, I have to implement a P2P however not sure how to resolve conflicts if they occur. As per BOL ,…
1 replies
I received an Excel file that I need to import into SQL. The file has lots of tabs (probably about…
2 replies
Hi, i have a table with these columns, ------------------ id address name ------------------ and…
8 replies
Hi, I have a need to Script a where clause from client side and send it to the server to execute i…
13 replies
I new to this so I found this quite fun! This morning I got knee deep in reading about perfmon and …
6 replies
Hello, I have SQL server 2000 enterprise, and have created a database that pulls data from an ODBC …
5 replies
I've got a SQL project made out of 2 databases that contain hard-codes. The hard-codes: • Refer to …
3 replies
Data first.. IF OBJECT_ID('tempdb..#test') IS NOT NULL DROP TABLE #test; CREATE TABLE #test ( [Dat…
4 replies
Couple of questions on adding an identity column to an existing table 1. ALTER TABLE, is this the b…
2 replies
Viewing 15 topics - 691 through 705 (of 2,735 total)
You must be logged in to create new topics.