Viewing 15 posts - 16,066 through 16,080 (of 59,067 total)
Welsh Corgi (12/20/2016)
I only got the delete part complete:
Public Sub Main()
Dim FileToDelete As String
FileToDelete...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 20, 2016 at 1:49 pm
richardmgreen1 (12/20/2016)
Unless the computed columns in the table are defined as "PERSISTED", then this table is as bad or worse than using a view to create the same thing.
None...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 20, 2016 at 1:43 pm
Welsh Corgi (12/20/2016)
Please disregard this post.
If you found an answer to your own question, it would be really cool if you posted your solution because it may help others in...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 20, 2016 at 1:12 pm
If the same SSIS package runs fine everyone except on one server, it's likely a hardware problem or a hardware setting problem. The first thing I'd check for is...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 20, 2016 at 1:09 pm
Unless the computed columns in the table are defined as "PERSISTED", then this table is as bad or worse than using a view to create the same thing.
I'll also state...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 20, 2016 at 9:22 am
Eric M Russell (12/20/2016)
--Jeff Moden
Change is inevitable... Change for the better is not.
December 20, 2016 at 7:57 am
I just went through something like this yesterday. It looked like we needed to make local copies of some of the databases (replication, some other method, whatever) because...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 20, 2016 at 6:57 am
jasona.work (12/19/2016)
BLOB EATER (12/19/2016)
GilaMonster (12/19/2016)
BLOB EATER (12/19/2016)
GilaMonster (12/19/2016)
Grant Fritchey (12/19/2016)
BLOB EATER (12/19/2016)
--Jeff Moden
Change is inevitable... Change for the better is not.
December 19, 2016 at 11:41 pm
Thanks, Mikael. I appreciate the great information and the caveat alert on CDATA.
Even after two decades in this community, I continue to be amazed at the ancillary information that...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 19, 2016 at 8:08 am
chrisn-585491 (12/19/2016)
Why?
Because it's the easiest to deploy and maintain for the non-programmers in my...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 19, 2016 at 8:01 am
Phil Factor (12/19/2016)
--Jeff Moden
Change is inevitable... Change for the better is not.
December 19, 2016 at 8:00 am
aokol (12/18/2016)
Or should we leave it like that and focus more on the query for the reports?
Performance, or a lack of it, is in the code. I'd concentrate on...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 18, 2016 at 10:08 pm
mcfarlandparkway (12/16/2016)
I have a table,where it sits in 7 different databases. it has 7 different country information.
I want to...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 18, 2016 at 10:01 pm
SQL-DBA-01 (12/16/2016)
I am calling this below command from .cmd batch file as I have no SQL Agent (express edition). But getting the below error while I try to run that...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 18, 2016 at 9:57 pm
halifaxdal (12/15/2016)
Your solution is nice however will sometimes not applicable to some cases, like mine: I am not allowed to create stored procedures or functions on that...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 18, 2016 at 6:00 pm
Viewing 15 posts - 16,066 through 16,080 (of 59,067 total)