Topics
Started by
Posts
Last post
SELECT * FROM ( SELECT TOP (100) * FROM tblAZ ORDER BY ID DESC ) ORDER BY ID ASC In…
7 replies
I am looking to execute this code over the linked server, i am OK to hardcode linked server name. C…
7 replies
If I count index size and data size for all of the tables in db, it comes close to 100GB. But DB si…
14 replies
Let's say I have a table with 15 columns (any simple type, so no text, varchar(max), xml,..) and 1.…
1 replies
Expert, I ran into a weird unicode issue. help me understand why I was not using wildcard search, b…
4 replies
Hello SQL Masters, Greetings! Any suggestion for Disaster Recovery Plan? Thank you! Tsinelas,
3 replies
CREATE TABLE #tblContacts ( ContactID int, ContactName varchar(50) ) GO INSERT INTO #tblContacts (C…
3 replies
I'm hoping one of you SQL experts can tell me why the following stored procedure, when ran using Ex…
6 replies
Hi everyone, I have a sql query result which i want to send by email in a excel file. Please someon…
1 replies
Hi everyone, Background: We have a daily db restored in the morning for Reporting Services SSRS 200…
7 replies
Hi All, Recently we upgraded our production server from SQL 2008 R2 32bit to 64bit.When I am trying…
2 replies
hi everybody. I want to insert folder and subfolder an files from directory to Two Parent Table. fo…
7 replies
Hi Before i start out i know we are not at the current sp level for sql 2008 ! All our servers run…
2 replies
Please help. I've been spinning my wheels. I would to highlight a field based on the field value, o…
1 replies
Intro- Sql server 2008R2 (Ent) cluster Act/Act, both nodes have memory 128 GB and 110 assigned to e…
4 replies
Viewing 15 topics - 5,221 through 5,235 (of 30,225 total)
You must be logged in to create new topics.