Topics
Started by
Posts
Last post
Hi Guys, I am actually in need of a t-sql or a powershell script that will help me get the latest b…
16 replies
I have a requirement here. There is a string '0005 ganeshkumar A999'. I want the last four characte…
13 replies
I have a table as follows: Row#, Account#, ..., Column_40 With data that looks like: 1, 100, ...., …
1 replies
@id = 1,2,3,4,5 @name = 'NY, NJ, VA, DC,CA' I have a temp table called #tmp (id int, name varchar(4…
2 replies
Create table collapselist ( mnbr int, Pid int, Pname varchar(10), Jid int, Jname varchar(10…
1 replies
I tried to export data from one server to another server, they are both 2008. When using export wiz…
3 replies
Hi All I have a maintenance process to run whereby Indexed views are dropped and recreated during d…
8 replies
I've been trying to find performance stats on different ways to do conditional WHERE clauses. Take…
3 replies
All, I have some queries as below. create table nav ( id int, amt decimal(16,8) ) insert into nav s…
3 replies
I get this error when using this function: CREATE FUNCTION dbo.[PSBPR_FormatData] (@DataValue DECI…
16 replies
UPDATE [tblTransactions] SET [AllocatedDate] = ........ Basically I need to set AllocatedDate to "T…
3 replies
Hi friends i have a question Id Transcation amount 1 20000 1 3…
6 replies
I am trying to determine what is the best login for an application that is connecting to a sql serv…
1 replies
I'm trying to do a CASE statement comparing different columns for different result sets, and am won…
4 replies
Change rows into column and vice versa without using pivot method.
4 replies
Viewing 15 topics - 4,246 through 4,260 (of 10,636 total)
You must be logged in to create new topics.