Viewing 15 posts - 466 through 480 (of 928 total)
dwain.c (3/3/2014)
BrainDonor (3/3/2014)
SQL Bits XII has finally been announced http://www.sqlbits.com/.Shouldn't that be SQL Bits 1100 or something?
We never talk about the missing number 11....
March 3, 2014 at 3:04 am
SQL Bits XII has finally been announced http://www.sqlbits.com/.
March 3, 2014 at 2:30 am
Would it be possible to post the Stored Procedure code, table definitions and Query Plans from both of the environments?
February 28, 2014 at 6:59 am
GilaMonster (2/26/2014)
AAAHHHH!!!!! http://www.sqlservercentral.com/Forums/FindPost1545323.aspx
It's bad enough trying to sort out the original suggestion without fending off 'helpful' bystanders.
I assume this is the one you tweeted about earlier.
February 26, 2014 at 7:11 am
As an aside, the date isn't stored just as an 'integer/float equivalent' which is why you're seeing this behaviour.
A couple of years back I wrote an article for the Developers...
February 26, 2014 at 1:39 am
mandir.jain (2/18/2014)
one scenario may benefit from creating ,other scenarios may not. So how to decide ? how many scenarios to test? 🙂
Indeed. And somebody has to make the decision which...
February 18, 2014 at 2:15 am
Test them.
Measure the performance with and without the indexes that you believe are required for the tasks that are required. Not all recommendations are correct.
February 18, 2014 at 1:56 am
mandir.jain (2/17/2014)
Cannot bulk load because the file "E:\BEM_Data\Test\GSP_EVENT_DATA_16.csv" could not be opened. Operating system error code 21(The...
February 18, 2014 at 1:46 am
mandir.jain (2/17/2014)
Thanks for replyingbulk insert sample1
from 'D:\BEM_Source\Sample'
with
(
rowterminator = '',
fieldterminator= ','
)
So, the obvious thing is - does 'D:\BEM_Source\Sample' exist in that folder and on the server that the command is...
February 17, 2014 at 3:21 am
Show us the command you're using so we have something to work with.
February 17, 2014 at 3:10 am
Revenant (2/5/2014)
Sean Lange (2/5/2014)
SQLRNNR (2/5/2014)
Those are the days we will forget when our children grow up. 😛
And they grow up so fast... 🙁
They certainly age fast, but grow up -...
February 6, 2014 at 1:22 am
Nah. Too expensive. Beans for breakfast will do it. 😛 Just don't wanna ever smoke while the agitator is in action. BOOM! :hehe:
February 6, 2014 at 1:14 am
Many of the places where I used to work would have had siezures at the thought of that many updates in a week but where I work now it wouldn't...
February 4, 2014 at 3:42 am
Yes, we have a similair situation here. We use the replication monitor for 2012 to monitor all versions of SQL server because it can't monitor 'higher' versions.
February 4, 2014 at 1:30 am
My favourite resource for date manipulation is https://www.simple-talk.com/sql/learn-sql-server/robyn-pages-sql-server-datetime-workbench/.
January 30, 2014 at 4:54 am
Viewing 15 posts - 466 through 480 (of 928 total)