Topics
Started by
Posts
Last post
I've a query like so: select distinct t1.f1 from t1 join t2 on t1.f2 = t2.f2 join t3 on t1.f4 = t3.…
6 replies
Hi Guys I want to sync 2 databases both running on SQL express 2008 R2 Is this possible or do you n…
2 replies
Here is test data Create Table #TestData (Location varchar(100), casenumber varchar(100), complain…
5 replies
A vendor was backloading a ton of data. At one point they asked for more disk on the K drive. File…
2 replies
By: SQLBlimp
I have the following sample data: create table #test (ID varchar(20), someDate datetime) insert in…
4 replies
Okay, it's been a long day, I am going crazy. I have a database that has some stored procedures tha…
1 replies
By: SQLBlimp
Im moving data from oracle to sql 2008 r2 and getting the following error [OLE DB Destination [1549…
3 replies
All, I set up a traceflag 4001 globally on my server. Supposedly it provides very verbose login inf…
2 replies
Sorry no DDL, but can some one still offer help with syntax. I just need to have result where the …
3 replies
I'm trying to figure out why an update statement is failing to update. If I do a SELECT I get the f…
4 replies
Hi, I have a column, lastName and I wish to update the data so all lastName's are renamed apart fro…
9 replies
I have a table which has a unique integer column. It's not contiguous, it has some gaps. I need to …
5 replies
Hello friends, I need a help on updating the data into a column based on values in another column i…
3 replies
Hi all, I know this is a pretty common question, but I can't seems to find an answer anywhere.... I…
3 replies
By: mg_dba
When I go to execute a SP EXEC dbo.usp_UpdateMessageStatus '95B00925-65B0-E311-A287-5CF3FC21D15A' …
2 replies
By: kbnyny
Viewing 15 topics - 7,351 through 7,365 (of 30,225 total)
You must be logged in to create new topics.