Viewing 15 posts - 61 through 75 (of 1,169 total)
SQL Learner - VKG (12/7/2016)
I a table of around 10 GB size. Recovery model of database (SQL Server 2005) is simple. For some requirement, I added a clustered index...
December 7, 2016 at 8:31 am
You have to begin a transaction
BEGIN TRANSACTION
...
COMMIT/ROLLBACK
Find this reference useful - https://msdn.microsoft.com/en-us/library/ms188929.aspx
December 7, 2016 at 8:26 am
sandy-833685 (12/6/2016)
Hi Igor Micev,I had run the script, it does not give any output
Did you run in the database context? The query runs at my servers.
December 6, 2016 at 6:54 am
whenriksen (12/5/2016)
First of all, you've created a temp table #LocalizedCategories, but you are doing a Select Distinct on it. Is there any reason you couldn't...
December 5, 2016 at 9:18 am
Ed Wagner (12/3/2016)
Jeff Moden (12/3/2016)
TheSQLGuru (12/3/2016)
With efficient code (t-sql, EF, Linq, ...) you can do wonders.
EF, as in Entity...
December 4, 2016 at 1:59 am
I'm following the discussion from its start.
The performance related with the hardware and the server configuration is not the big problem after you get the matters settled on. Adding faster...
December 3, 2016 at 8:35 am
Sometimes this kind of theoretical questions are good to put in a change to QotDs. Thanks.
December 2, 2016 at 3:47 am
sandy-833685 (12/1/2016)
dbo.IRST6553.6
dbo.Ulog5461.33333
dbo.VAE8192
dbo.IRR8192
dbo.Rdata8192
dbo.InfoData81920
dbo.IRTrans49152
dbo.IRC16384
dbo.Transactions65536
dbo.ARPin16384
dbo.IRRPT32768
Total Bytes298734.9333
Above is the details size in bytes for per transactions which and total size comes approx - 300 KB, Yes Every table has clustered and...
December 1, 2016 at 7:52 am
First, is your calculation exact? You should re-check it, or correct me if I'm wrong.
300 KB of data for one transaction (with referencing data in 7 other tables) is too...
November 30, 2016 at 6:13 am
GilaMonster (11/29/2016)
Long term plan, see if you can upgrade both to something modern, like SQL 2016. 2008 R2 is already out of support, 2012 will be out of support in...
November 30, 2016 at 3:39 am
trhorner (11/29/2016)
I plan to do full and log backup restores of...
November 29, 2016 at 8:14 am
msimone (11/28/2016)
My question is the difference between to put "LISTENER_IP = ALL" or...
November 28, 2016 at 12:21 pm
msimone (11/17/2016)
I have a doubt.
I don't exactly know how the option LISTENER_IP works to create an endpoint for service broker.
Does the instance hear the IP setting in the endpoint...
November 28, 2016 at 9:06 am
Ed Wagner (11/28/2016)
djj (11/28/2016)
Ed Wagner (11/26/2016)
DamianC (11/26/2016)
Ed Wagner (11/26/2016)
TomThomson (11/24/2016)
Brandie Tarvin (11/23/2016)
Manic Star (11/23/2016)
Luis Cazares (11/23/2016)
Brandie Tarvin (11/23/2016)
Pie!Apple
Pecan (Prounounced Pee-Can)
Pecan (Pronunciation corrected to Pah-khan) @=)
Pacane (Spelling corrected; if you...
November 28, 2016 at 8:43 am
Viewing 15 posts - 61 through 75 (of 1,169 total)