Topics
Started by
Posts
Last post
I have two SQL Server servers, on one I have Service Broker running without problem. I backed up th…
1 replies
Declare @i BigInt, @Hex VarChar(256), @Str nVarChar(4000) Select @Hex='000000000010', …
3 replies
Here's another one that's stumped me, I need to look through 2 tables, one with is Gradstudents, an…
8 replies
Hello, Another probably very simple question so I apologise in advance :blink: I have a string that…
4 replies
I have a database about bank information which stores critical information of account holders.The d…
1 replies
Hi, I have a requirement to pass table name as parameter to a procedure and then based on that the …
2 replies
Good afternoon- Can anyone assist with a script to generate an email to a specific inbox if a sto…
3 replies
I have a MyNames table which contains over 100 columns. The Name column may have the same name in …
20 replies
Hi All, DROP TABLE #temp CREATE TABLE #temp(SID INT,SName VARCHAR(20)) insert #temp(SID,SName) SEL…
4 replies
I have a database with products and their (unique) serial numbers. I would like a list of the seria…
17 replies
I need to find certain select list values in which two of the fields, in combination, are not in a …
2 replies
I call a batch command to be ran in a SQL job. My current syntax is this: DECLARE @rc int EXECUTE …
2 replies
Having done most of my programming in conventional procedural languages (and not much SQL), I have …
8 replies
Hello, I am trying to retrieve the total amount of people listed in 3 tables. The tables are Under…
3 replies
Hello , When i run the query with the commented out where clausule it runs a few minutes and retu…
4 replies
Viewing 15 topics - 10,876 through 10,890 (of 12,234 total)
You must be logged in to create new topics.