Topics
Started by
Posts
Last post
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
Hi there I'm sure this is easy but I'm battling with it, anyway this is what I would like to achiev…
4 replies
Can anbody please help me in interchanging rows with columns
5 replies
Hi All, Is it possible to lock the particular stored procedure/Function in sql server?
1 replies
I have 2 tables Master ------- Field1 Field2 Child ----- Field1 Field2 MasterField1 I want a single…
1 replies
Viewing 15 topics - 10,876 through 10,890 (of 12,230 total)
You must be logged in to create new topics.