Viewing 15 posts - 226 through 240 (of 5,590 total)
Joe-420121 (9/19/2015)
-----------------------------------------------------------------------------------------------------
(1, 'Col1', 1, 'ILove' ...
September 22, 2015 at 3:49 pm
Ed Wagner (9/22/2015)
Alvin Ramard (9/22/2015)
Lynn Pettis (9/22/2015)
Alvin Ramard (9/22/2015)
Lynn Pettis (9/22/2015)
Alvin Ramard (9/22/2015)
Grant Fritchey (9/22/2015)
jasona.work (9/22/2015)
I keep going back to the "Jet" topic, it's like...
September 22, 2015 at 1:36 pm
Lynn Pettis (9/22/2015)
September 22, 2015 at 11:53 am
BOR15K (9/22/2015)
I have old good stored procedure, doing quite complex SELECT FOR XML and all is perfect.
that SELECT has rows,...
September 22, 2015 at 5:05 am
squvi.87 (9/22/2015)
create table #t1 (id int)create table #t2 (id int)
insert into #t1 values (1)
insert into #t1 values (2)
insert into #t1 values (3)
insert into #t2 values (1)
insert into #t2 values (2)...
September 22, 2015 at 4:28 am
pietlinden (9/21/2015)
I go to the user group meetings the vast majority of the time. Hard to argue with free training where you can ask questions. =)
Maybe my problem is that...
September 21, 2015 at 5:53 pm
tanitelle (9/21/2015)
I've found that when SELECTing the table with the non-printable character, the reason why it returns results from another table, is that during parsing, SQL Server removes the...
September 21, 2015 at 12:45 pm
Alan.B (9/21/2015)
The homework assignment may dictate that the problem be solved with a cursor. Anyone who is good with cursors want to take a look at this?
Anyone good with...
September 21, 2015 at 10:09 am
tanitelle (9/21/2015)
Unfortunately, this table cannot be found on sys.tables. Given this, I wondered if it in fact was a view or a synonym, but cannot...
September 21, 2015 at 9:32 am
I just tested this out... since you can copy it into NotePad++, try the DDL as:
DROP TABLE [<table name copied from NotePad++>];
The key here is to quote the names with...
September 21, 2015 at 9:11 am
sushil_dwid (9/21/2015)
Got the solution.. Thanks
Care to share your solution so that others can learn?
September 21, 2015 at 8:53 am
Kristen-173977 (9/20/2015)
GilaMonster (9/19/2015)
protecting against SQL Injection is done, in most cases, by ensuring that it is parameterised, except for the rare scenario where the user input can be white-listed.
We...
September 21, 2015 at 8:50 am
Everything that Gail has said is correct (naturally). If you're seeing the databases from another instance, you are connected to it.
Have you tried running these to see what you are...
September 21, 2015 at 8:44 am
Sean Lange (9/17/2015)
September 18, 2015 at 5:51 pm
Luis Cazares (9/18/2015)
Alvin Ramard (9/18/2015)
Jack Corbett (9/18/2015)
September 18, 2015 at 3:07 pm
Viewing 15 posts - 226 through 240 (of 5,590 total)