Viewing 15 posts - 1 through 15 (of 15 total)
Yes restarted sql. then restarted the server.
What version is the good version of XPStar.dll?
July 23, 2014 at 8:36 am
What version works?
I tried to copy the dll from sql 2008 and 2012 into 2014 but it did not work.
July 22, 2014 at 1:25 pm
file version 2014.120.2000.8
product version 12.0.2000.8
size 409k
Date modified 2/21/2014 5:20am
July 22, 2014 at 11:16 am
I have 12 SQL 2014 instances in 3 different domains (dev, test, stage).
Each SQL instance has 3 distinct email profiles and each domain has its own mail server.
I tested different...
July 13, 2014 at 12:45 pm
I'm starting to find more web posts about this issue, looks like I am not the only one.
But it does not fix the problem.
July 9, 2014 at 9:26 am
Microsoft SQL Server 2014 - 12.0.2370.0 (X64)
Jun 21 2014 15:21:00
Copyright (c) Microsoft Corporation
Enterprise Edition: Core-based Licensing (64-bit) on Windows NT 6.3 <X64> (Build 9600: ) (Hypervisor)
July 8, 2014 at 1:33 pm
I ran the query, the attachement data is truncated at 65k, no attachement size is larger than that.
I run the same query\jobs using sp_send_dbmail in 2008 and there are no...
July 8, 2014 at 12:58 pm
paramname paramvalue description last_mod_datetime ...
July 6, 2014 at 10:47 am
They abuse select by dumping the contents of tables using select * with no where clause. I was hoping that by granting update with out select they can't do table...
July 29, 2008 at 10:14 am
Just adding to the brain dump, this worked very well, I found I had some line feeds to.
These steps cleaned it all out.
UPDATE mytable
SET myfield = REPLACE(myfield, CHAR(9),...
September 3, 2004 at 12:33 pm
Thank you very much it worked!
September 3, 2004 at 12:07 pm
This will return all user tables and columns in a db. Its helpful when your searching for spicific for cols.
June 10, 2004 at 9:02 am
You can run on any database, the where clause is optional.
select o.name as 'Obj Name',
c.name as 'Col Name'
from sysobjects o
join syscolumns...
November 3, 2003 at 2:47 pm
Viewing 15 posts - 1 through 15 (of 15 total)