Topics
Started by
Posts
Last post
Hello, I have a query below which used to run in less than a few seconds before but runs for foreve…
34 replies
Hello, Hope someone will be able to help. I've this query below that counts stuff (adds, divide dep…
4 replies
Hi We have an stored procedures , which runs masking of data. In that s tored procedures the maski…
2 replies
Hi there, I understand what the error means, but I'm stumped in this case. I am working with an app…
18 replies
Hi I want to create a transactional DDL script that alters a set of dependent objects such as views…
5 replies
Hi Quick example of what I am talking about: - alter an indexed view if this view is depended on by…
1 replies
This is my query select year, ID, val from table1 t1 left join table2 t2 on t1.companyid = t2.compa…
2 replies
I am a new bee to SQL Server. Please help me. I have a table like OrderNo OrderDate Cost Pr…
5 replies
I have the following code: SELECT DATEPART(yyyy, TRADE_DATE) as Year, DATEPART(M, TRADE_DATE) as M…
3 replies
CREATE TABLE T1 ( name varchar(10), id int ) GO INSERT INTO t1 select 'ABC' , 1 UNION select 'eee' …
3 replies
I have a sql table that is the product of an imported text file. The text file represents a parent…
5 replies
I have the following query: SELECTAVG(Commission) FROM tbltardes WHERETrade_date BETWEEN …
1 replies
hi, Is it possible to execute any particular query in any stored Proc with different login name.? …
15 replies
I have a table that holds authentication information of users and a table that stores passwords. …
6 replies
Hi All, I have a situation where, like many of us, I work across multiple database on multiple…
7 replies
Viewing 15 topics - 1,486 through 1,500 (of 4,155 total)
You must be logged in to create new topics.