Topics
Started by
Posts
Last post
Hi I need to grab all the data from a field BEFORE a blank line Its formatted similar to... …
2 replies
Hi. I use Sql Server 2008. I have a column that is varchar. Some of values are integer valuean…
2 replies
Hi Friends, i have a table like below i want to display financial year count Create tab…
9 replies
Hi Friends, I am creating one procedure to get Quarterly data from month in…
3 replies
Dear Experts,Please advise how I can script all the tables of a database with ALTER option . It sho…
2 replies
Hi friends, I have one stored procedure Test_db_list it ll display result depends on date range i h…
2 replies
IF OBJECT_ID('Tempdb..#tStudents') IS NOT NULLDROP TABLE #tStudents CREATE TABLE #tStudents( &…
8 replies
How can I Convert sys.master_files size column to GB? Select db_name(mf.database_id) As DatabaseNa…
9 replies
I need some help with a query I am writing, please see below. On the left join I have th…
32 replies
CRM developer wants to create a hierarchy table to remove records in Service table that don't …
3 replies
Hi Friends, I have table two tables desc table1company_no varchar(10)invoice_no varchar(20)l…
1 replies
I have these tables: LineItemSubParts, CostCodeSubCategories, CostCodes and LineItemsIn the Li…
8 replies
I have a Transaction table having the structure as follows: DECLARE @Transtable TABLE( ID INT IDENT…
10 replies
Hi I've imported perfmon data from 100 SQL servers into a central database to analyse the results. …
6 replies
Hi Experts,Is there any possibility to execute this query in sql 2008 sp3 without errors and withou…
2 replies
Viewing 15 topics - 256 through 270 (of 10,647 total)
You must be logged in to create new topics.