Viewing 15 posts - 2,446 through 2,460 (of 15,381 total)
Koen Verbeeck (8/20/2015)
Sean Lange (8/19/2015)
August 20, 2015 at 7:02 am
David Burrows (8/19/2015)
Sean Lange (8/19/2015)
August 19, 2015 at 10:46 am
Brian Seib (8/19/2015)
August 19, 2015 at 10:36 am
Luis Cazares (8/19/2015)
Sean Lange (8/19/2015)
August 19, 2015 at 9:03 am
I am working on putting together my first SSIS package. I haven't done this type of thing since it was still DTS packages. This stuff is a LOT different. It...
August 19, 2015 at 8:44 am
owens.rusty (8/14/2015)
August 14, 2015 at 12:19 pm
Ed Wagner (8/14/2015)
DonlSimpson (8/14/2015)
Revenant (8/14/2015)
SQLRNNR (8/14/2015)
Eirikur Eiriksson (8/14/2015)
SQLRNNR (8/14/2015)
Eirikur Eiriksson (8/14/2015)
SQLRNNR (8/14/2015)
chinchillaEndangered
tasty treat
Fast food
frog legs
France
Gaul
Roman Empire
Spanish Inquisition
August 14, 2015 at 12:10 pm
Luis Cazares (8/14/2015)
Small correction, they're not there for backwards compatibility, but for SQL Standard compatibility.
Thanks for the correction Luis. 😉
August 14, 2015 at 7:54 am
ugbwuebfub (8/14/2015)
I have the Database:
(NumbersAndLetter is VARCHAR, utf8_general_ci)
ID | NumbersAndLetter | switch
1 | gwE23d67v6D | 1
2 | fuBf737bf203 | 1
I try to change the database entry with PHP through the...
August 14, 2015 at 7:16 am
cstg85 (8/14/2015)
August 14, 2015 at 7:12 am
Jonathan Marshall (8/14/2015)
I'm looking to dynamically remove records from tables dynamically using the information schema within SQL Server.
Looking to remove records from all the tables within a...
August 14, 2015 at 7:03 am
SQLRNNR (8/13/2015)
Grant Fritchey (8/13/2015)
caojunhe24 (8/12/2015)
#temp is much more useful than @tempReally? What about in the case of recompiles?
Or a user-defined table type?
Better yet...
A user defined memory optimized table type?
What about...
August 13, 2015 at 2:44 pm
Something like this should work. Please notice how I posted ddl and sample data in a consumable format so this is easy to work with. You should do this on...
August 13, 2015 at 2:41 pm
Luis Cazares (8/13/2015)
The fun...
August 13, 2015 at 2:19 pm
Luis Cazares (8/13/2015)
Sean Lange (8/13/2015)
Luis Cazares (8/13/2015)
select *
from quer a
cross join (select 'Text1' as MyText FROM Dual union all select 'Text2'...
August 13, 2015 at 1:41 pm
Viewing 15 posts - 2,446 through 2,460 (of 15,381 total)