Viewing 15 posts - 4,786 through 4,800 (of 8,761 total)
chandrika5 (8/7/2015)
I am using SQLSERVER Management Studio for both the queries.
1. select * from dbo.mytable
VS
Expand the Instance --> Databases --> tables --> Right click the table and select...
August 9, 2015 at 6:54 am
StillaLearner (8/8/2015)
August 8, 2015 at 2:10 am
As Jason said, 11.2.xxx is a typo.
😎
BTW, you should be running 11.00.5623, kb 3072100, Cumulative update package 7 (CU7) for SQL Server 2012 Service Pack 2.
August 8, 2015 at 1:14 am
Quick question, could there be more than one row returned? You can check this by filtering the set by the given parameters/predicates.
😎
Further, can you post the actual code you are...
August 8, 2015 at 12:45 am
studySQL (8/7/2015)
Violation of PRIMARY...
August 8, 2015 at 12:19 am
Add an identity column, and as it looks the table is a heap so use the opportunity and make it clustered.
August 7, 2015 at 10:40 am
Manic Star (8/6/2015)
Thanks everyone! They ended up using CONVERT instead.
Good stuff and you are very welcome
😎
August 6, 2015 at 11:55 am
whereisSQL? (8/6/2015)
eccentricDBA (8/6/2015)
Revenant (8/6/2015)
Ed Wagner (8/6/2015)
SQLRNNR (8/6/2015)
undoRollback
happens
TARDIS
Dr Who
sp_who2
August 6, 2015 at 11:51 am
SQLRNNR (8/5/2015)
Luis Cazares (8/5/2015)
Ed Wagner (8/5/2015)
whereisSQL? (8/5/2015)
Eirikur Eiriksson (8/5/2015)
SQLRNNR (8/5/2015)
poopingPotty
Training
Wheels
Hot
Lips
sealed
August 6, 2015 at 9:59 am
Jeff Moden (8/6/2015)
stevenb 14609 (8/6/2015)
One is to export csv reports for end users.
The other one is to export and then FTP files...
August 6, 2015 at 9:14 am
Tac11 (8/6/2015)
ind.object_name (object_id) it's giving me an error "Ambiguous column name 'object_id"
How do...
August 6, 2015 at 9:02 am
Yogeshwar Phull (8/6/2015)
Well, I am trying to fix something that was already in place for sometime and I have no clue on how the front end works....
August 6, 2015 at 2:22 am
I agree with Jeff on this one, nothing is going to be faster than bcp, are all lines in the incoming file the same format/layout?
😎
Now just for fun, here is...
August 6, 2015 at 2:07 am
Viewing 15 posts - 4,786 through 4,800 (of 8,761 total)