Topics
Started by
Posts
Last post
How Can I Select Only The Values After The 1st Space And Stop Only When It Gets To The Next Space I…
1 replies
The scenario. I have a very large text file which I import to stage the data into Table dbo.tbStage…
1 replies
I am trying to write a report of no importance apart from my own use and although I can get the dat…
4 replies
How can I covert first result set into second one? This is just example. I will have million of adm…
6 replies
Hi, I need to join two tables in what I think is a 'Packing Join' as described by Joe Celko. I have…
12 replies
Am I correct in thinking that if I had a stored proc that ran the following code SET TRANSACTION IS…
8 replies
Hello All I am working with some strings that are stored in the database. Not my most favorite thin…
8 replies
Please help. I have a table with these columns: a b c d 1 2 4 5 1 …
14 replies
Consider the following: DECLARE @Datum datetime --SELECT @Datum = getdate() SELECT@Datum AS RealD…
8 replies
I'm inserting records into a table. One value is a constant: 'XYZ'. The targtecolumn is defined as …
2 replies
I have the following CTE Recursive Query: With downline (ConsultantID,ConsultantName,SponsorID,Spon…
5 replies
We have a table "A" in production and its twin "A" in development. The tables are identical (via S…
3 replies
Is that a database- or server-level permission? TIA, Barkingdog
3 replies
Hello all Scenario: I am looking to only use this case statement if the field P21PLAY.dbo.p21_view…
7 replies
First off, I really like this site and have enjoyed many of the articles and forum posts. This is …
3 replies
Viewing 15 topics - 11,236 through 11,250 (of 12,230 total)
You must be logged in to create new topics.