Topics
Started by
Posts
Last post
Wish to share some experience that may be useful to others: I was trying to install SQL Server 2008…
2 replies
I have a table of results from a CTE that builds treeview data backwards from the branches I need t…
16 replies
Does anyone know if dropping a DB and then restoring from a backup will resolve file fragmentation?…
22 replies
hi, i am using this code to execute a large insert script : string connectionString = "mydata stri…
5 replies
How to find permormance issue with repect to Parameter Sniffing? and how to resolve it.
3 replies
Hello all I hava a database of 15 gb on the mdf and 54gb on the log, both with autogrowth, nobody i…
4 replies
I would like to filter the large table using the small one, so that I end up with only those record…
19 replies
I am wanting to create the stored procedure on the link below but getting the following errors Plea…
14 replies
select isNull(OverT.OverTH,0)as Hours from OverT where convert(Date,OverT.AttendDate) between '2011…
3 replies
Hi, I have created a table with the following and inserted a row. Create table dbo.Photo (ID int, D…
1 replies
I have just upgraded from SQL 2008 Enterpise to SQL 2008 R2 Enterprise. Prior to the upgrade I had …
10 replies
Hi, I can't see sql server agent node. Initially I installed sql server express edition on windows …
2 replies
SELECt Emp.EmpCode ,Emp.Name ,Dept.Name as Depart ,Desig.Name as Desig , Sum(isNull(OverT.OverTH,0)…
1 replies
hi i am having table ie student_id student_nm student_date 1 john 12-09-89 …
1 replies
I've been tasked with documenting a number of databases that need to backed up and restored on a ne…
4 replies
Viewing 15 topics - 20,416 through 20,430 (of 30,189 total)
You must be logged in to create new topics.