Topics
Started by
Posts
Last post
Hi, I have a staging table e.g TRITON9700 L9700031288172 10-…
15 replies
Hi, This is a bit of a long one, but quite interesting. I have the following (simplified) tables: I…
1 replies
How can we do looping using CTE? Abhijit - http://abhijitmore.wordpress.com
1 replies
I have dates stored as varchar(8) -- 113010 i.e mmddyy Timevarchar(6)--164018 I need to convert the…
7 replies
Hi Friends, Hope u are doing well. I am DBA but have very basic knowldge of T-SQL. My problem is as…
6 replies
If not I guess I can create my own udf. Thanks SELECT something FROM someentity WHERE DATEPART(MON…
4 replies
Here is my current SQL statement: SELECT a.request_id, a.req_type, a.status, b.event_type, b.p…
10 replies
declare @position int declare @string varchar(2000) set @string = 'American Baby|BabyTalk|CTU|CordT…
1 replies
i have a 2 tables and i want the data from one table which has multiple data for a data to be updat…
4 replies
When I first created instance of sql server 2008 , the model database primary data file was 1.75 MB…
15 replies
Hi , i have blelow code and @command has string value and i want to assign Select @Dbnames = '+ @Db…
7 replies
Hi, I am trying to update a table from another, but concatenate all the data from the secondary tab…
5 replies
Okay this should be possible; if the injection is working correctly. What I am trying to do, is ha…
2 replies
I am troubleshooting a problem and need to create a script to drop all clustered indexes and then r…
1 replies
I have a One table like this : CREATE TABLE STATUS_MASTERS (FORMAT_NAME VARCHAR(150)NULL,FORMAT_ID …
4 replies
Viewing 15 topics - 8,821 through 8,835 (of 10,647 total)
You must be logged in to create new topics.