Topics
Started by
Posts
Last post
I'm reviewing our existing SQL Server production instances. Could not help but notice that two did…
1 replies
Here are my guesses: 1) putting a huge .txt file into a database using a BULK INSERT or BCP command…
18 replies
I have a problem. I have a table that has missing transaction numbers (TX_NUM) in it. I need to ide…
9 replies
When a schema and object appear like this "production.product", can I get an example when the schem…
4 replies
Hello Please help me with a difficult(for me at leat) select statement. So i have the two following…
6 replies
The data IF OBJECT_ID('tempdb..#temp1') IS NOT NULL DROP TABLE #temp1; CREATE TABLE #temp1 ( Prod…
8 replies
Create table #temp( ID int ,name varchar(20) ,buss_seqno varchar(100) NULL ) GO INSERT INTO #temp S…
5 replies
Hi. Below is a list of the 3 tables. Table1-Location = LocationID Table2-CableBoxes = CableBoxID, L…
8 replies
Hi, I have a test to complete by sunday afternoon. Part of which is to create a database structure …
4 replies
I have been looking for many hours for this result, so apologize if it's already out there and I mi…
5 replies
To all the seasoned guys and gals out there. What would be the ideal backup strategy? Fail-over c…
5 replies
Hi guys, I'm still studying on triggers. I have learn a lot from SSC :satisfied: thanks I have a sm…
17 replies
Hi Guys if this topic has already a solution I would be glad if you could point me to a solution (d…
21 replies
Hi all, I created a query to return data from 4 fields in 1 table and 1 field in another table. I…
2 replies
Hello, As someone totally new to SQL Server I have began wondering what ways I could get my small d…
11 replies
Viewing 15 topics - 2,896 through 2,910 (of 5,050 total)
You must be logged in to create new topics.