Viewing 15 posts - 5,296 through 5,310 (of 8,753 total)
Gregg Dave (5/15/2015)
Eirikur Eiriksson (5/15/2015)
Gregg Dave (5/15/2015)
have done inserting into files using BCP ,but is it really possible to bcp data from one table to another?
Quick question, why would you...
May 15, 2015 at 7:37 am
Gregg Dave (5/15/2015)
have done inserting into files using BCP ,but is it really possible to bcp data from one table to another?
Quick question, why would you want to do that?
😎
May 15, 2015 at 1:48 am
vipin_jha123 (5/15/2015)
I want to calculate the Hash value of below columns.
I have table having below columns
[Equipment_Id] + [EquipmentCompCode] + [EquipmentUnitNo] + [EquipmentSerialNo] + [EquipmentPlateNo] + [EquipmentExpireDate]+ [EquipmentState] + [EquipmentAxles]...
May 15, 2015 at 1:46 am
stephanigracie (5/14/2015)
Please help me, I have a questions regarding SSIS Config file.
Last month I have bought SQL server hosting at asphostportal.com. Before that I have a simple...
May 14, 2015 at 10:45 pm
Sapen (5/14/2015)
I am using sql2012 se and we want to use couchbase to store some data as documents. So the database will be Hybrid(partly SQLServer and Partly couchbase). However the...
May 14, 2015 at 10:39 pm
tshad (5/14/2015)
I don't understand.Why does it work without casting it to varchar in the first version?
Thanks,
Tom
You are missing the data type in the first cast in the where clause!
😎
My question...
May 14, 2015 at 10:35 pm
Gregg Dave (5/14/2015)
Inserting data into a table having clustered Index or Inserting data into a table then create clustered index.
Insertion happens from a different table...
May 14, 2015 at 10:20 pm
i1888 (5/14/2015)
We have a client in another country, I have asked them to send me the full backup in a usb, and upload ongoing log files via SFTP, something weird...
May 14, 2015 at 9:45 pm
Looks like a healthy piece of kit you got there, first question is how these numbers compare to what it says on the box, for a mid range SAN this...
May 14, 2015 at 1:54 pm
orman.ionut (5/14/2015)
Is it possible to determine the data flow within a database? e.g. I start by adding/inserting a record in MainTable1, then through a trigger SubTable1, SubTable2...
May 14, 2015 at 1:45 pm
Just to pile on a bit, use the desired collation to get the desired sort order
😎
Collation example with Lowell's data sample:
use tempdb;
go
;WITH MyCTE([ColumnName])
AS
(
SELECT N'000000000000001' UNION ALL
SELECT N'000000000000005' UNION ALL
SELECT N'000000000000006'...
May 14, 2015 at 1:39 pm
SQL Guy's suggestion is good, only concern would be how the DBAs are going to react with all the verbosity unless you filter the result set.
😎
May 14, 2015 at 12:54 pm
TomThomson (5/14/2015)
crookj (5/13/2015)
Ed Wagner (5/13/2015)
DonlSimpson (5/13/2015)
BabyGirl
Grand-Daughter (my 2nd was born 8 days ago)
Congratulations
Wishes
May 14, 2015 at 12:33 pm
Revenant (5/14/2015)
Ed Wagner (5/14/2015)
crookj (5/14/2015)
Ed Wagner (5/14/2015)
djj (5/14/2015)
Ed Wagner (5/13/2015)
SQLRNNR (5/13/2015)
djj (5/12/2015)
Ed Wagner (5/12/2015)
Revenant (5/12/2015)
SQLRNNR (5/12/2015)
djj (5/12/2015)
BWFC (5/12/2015)
SQLRNNR (5/12/2015)
whereisSQL? (5/12/2015)
BWFC (5/12/2015)
Intelligence
Business
Oxymoron
Subjective
Objective
Lens
Magnify
Quantify
Numbers
Meaning
Life
Curly (City Slickers)
Cowboy
Steer
Tenderloin
Tipping (cow)
Canoe
Canada
Caesium
May 14, 2015 at 11:57 am
GilaMonster (5/14/2015)
Over the years I've been very careful to keep my blog completely non-commercial, no adverts, no plugs for my company, nothing. Partially because when I...
May 14, 2015 at 11:52 am
Viewing 15 posts - 5,296 through 5,310 (of 8,753 total)