Viewing 15 posts - 4,186 through 4,200 (of 8,753 total)
patrickmcginnis59 10839 (12/22/2015)
Eirikur Eiriksson (12/21/2015)
jayaprabhalnt (12/21/2015)
I am getting the same error in the local server also.I guess I am missing a quote somewhere.
please help.
Thanks
jayaprabha
The problem is that xp_cmdshell can only...
December 22, 2015 at 11:59 am
ScottPletcher (12/22/2015)
Lynn Pettis (12/22/2015)
ScottPletcher (12/22/2015)
Lynn Pettis (12/22/2015)
ScottPletcher (12/22/2015)
Lynn Pettis (12/22/2015)
ScottPletcher (12/22/2015)
December 22, 2015 at 11:52 am
Ed Wagner (12/22/2015)
Phil Parkin (12/22/2015)
Sean Lange (12/22/2015)
Lynn Pettis (12/22/2015)
I really hope...
December 22, 2015 at 11:14 am
ScottPletcher (12/22/2015)
Eirikur Eiriksson (12/22/2015)
😎
My point is that incorrect typing and implicit conversions do cause problems, I've lost count of...
December 22, 2015 at 11:08 am
Piling on Chris's and Jeff's good points, no need to persist that number, easily done in a query.
😎
Some sample data
USE TEEST;
GO
SET NOCOUNT ON;
IF OBJECT_ID(N'dbo.tblVisit') IS NOT NULL DROP TABLE dbo.tblVisit;
CREATE...
December 22, 2015 at 10:45 am
Jeff Moden (12/20/2015)
December 22, 2015 at 10:40 am
Bhushan Kulkarni (12/21/2015)
In our project, we have requirement such that user can set user defined properties for Entities- these properties will be dynamic.
So we implemented it using EAV model.
Base table...
December 22, 2015 at 10:29 am
My bad in the post before on the conversion, sorry about that.
😎
My point is that incorrect typing and implicit conversions do cause problems, I've lost count of how many of...
December 22, 2015 at 10:22 am
ScottPletcher (12/21/2015)
But if you put the N' when the column is not unicode, you'll force SQL to implicitly convert the column itself and that could be a real performance killer.
This...
December 22, 2015 at 2:43 am
Looks like MySQL/MariaDb, the CURDATE() and DATEDIFF with two parameters fits there.
😎
December 22, 2015 at 2:23 am
Ed Wagner (12/21/2015)
Jason A. Long (12/21/2015)
The danger is real...
Love the picture. That's priceless.
Home sweet home...gone!
😎
December 21, 2015 at 7:38 pm
BrainDonor (12/21/2015)
Talib123 (12/21/2015)
Sorry now works fineTypo, or something more interesting we might all want to learn from?
Or wrong server on a different domain:-P
😎
December 21, 2015 at 9:29 am
jayaprabhalnt (12/21/2015)
I am getting the same error in the local server also.I guess I am missing a quote somewhere.
please help.
Thanks
jayaprabha
The problem is that xp_cmdshell can only take one double quoted...
December 21, 2015 at 9:25 am
Talib123 (12/21/2015)
If I use a Where = it works fine. How do I get around this small annoying issue.
SELECT name FROM sys.syslogins
WHERE name...
December 21, 2015 at 9:21 am
jayaprabhalnt (12/21/2015)
I had also tried using the below command. But is is giving the same error.
exec master..xp_cmdshell '"\\RemoteServername\D$\Program Files (x86)\Microsoft SQL Server\110\DTS\Binn\dtexec.exe" / f"\\RemoteServername\C$\\Package3.dtsx"';
I guess...
December 21, 2015 at 7:46 am
Viewing 15 posts - 4,186 through 4,200 (of 8,753 total)