Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Development - SQL Server 2014 » Latest topics
Browsing all 3145 articles
Browse latest View live

Searching inside a string -- I'm not sure this is doable

For a fairly full description of what I'm trying to do, see my previous post at http://www.sqlservercentral.com/Forums/Topic1652109-3412-1.aspx.In a nutshell, I need to restrict users from seeing...

View Article


Slow Queries with Linked Server

Converting a database from Access 2007 to SQL Server 2014.When I run a query it takes about 25mins in SQL Server while Access takes about couple of mins.When converted to a OpenQuery, it takes about...

View Article


SQL Script

create table t1(id number, description varchar2(25));Insert table t1(id, description) values(101,'10000;01/02/2015');Insert table t1(id, description) values(102,'10003;21/01/2015');Insert table t1(id,...

View Article

Call function/procedure from anywhere

I am working on sql server 2014 and I have a list of functions/proedures I want to create on the server and then use them on any database without having to install it on every database I want to use...

View Article

Your Ultimate Goal For Weight Loss: Achieve It With These Tips

Optimal Stack A divers entity that can bechance as a outcome of using this consume is that your hunch and psyche will become large. An enlarged courage that comes as a end ensue of processing it up by...

View Article


Optimal Stack For Rapid Muscle Size

Calcium magnesium planet [url=http://www.healthcaresup.com/optimal-stack/]Optimal Stack[/url] metal and sodium are advised swell minerals because our bodies poorness them in larger amounts. It is...

View Article

Help using data from two tables in a single script

Hey, I haven't used SQL very much and it's been a few years and I'm trying to wrap my head around a concept.Basically I've got two tables with a common column (in this case it's UserID)The structure of...

View Article

wait for delay inside a fuction

hello guys,As WAITFOR DELAY '00:00:05' is not allowed inside a function, can you please let me know if there is any other simple way to accomplish the wait. - Thanksthis is the codeBEGIN DECLARE...

View Article


How can I return a bitmap image from a custom assembly to an SSRS report?

I am using the QRCode4CS class ([url=http://qrcode4cs.codeplex.com/releases/view/74015]http://qrcode4cs.codeplex.com/releases/view/74015[/url]) to generate QR codes.I can use the following code to...

View Article


Slow Queries with Linked Server sql 2012

hi all, sql 2012 standard edititon. i have one primary view that contian 2 view lets say view 1 contain view a and view b : view a and view b contain same table sturcure ( same index ,column ) view a...

View Article

SSIS 2012 - Communication Link Failure / system lacked sufficient buffer...

Running a SQL Server 2012 Ent. on Windows 2012 DW server on VMWare - main SSIS package that loads the DW environment from OLTP systems runs for about 30 minutes and fails with error 'system lacked...

View Article

Reference Data Project - MS DQS or AzureML

I write this topic to ask your suggestion for a[b] Reference Data[/b] project.Problem: To make a match of transactional products with catalog reference products and learn about the matches already...

View Article

Help!!!

I need help with this two questions.you have performed a large insertion and/or deletion, or you may have bulk inserted some sufficiently large data that is causing sql server to return a wrong query...

View Article


SQL Job parameter error

I have a SQL job that runs the exact same package three times with different configuration values connecting to different servers. On the third time the package runs I get the error Environment...

View Article

Query Causing Blocking, Locks Table for 1000 Seconds, Help Needed!

Help needed from the guru's here! I have a sql snippet from a 3rd party application that will not complete its transaction. The SELECT statement executes but does not finish. Instead the statement just...

View Article


SSAS Stored Procs (CLR) - Identify real data type of MDXValue returned from...

(This was in the SSAS forum but it was suggested to post it here as it's CLR (.NET) realated)I have a SSAS stored procedure with a signature:[code="vb"]public Set DoSomthing(Set toBeProcessed, Set...

View Article

Query Help : Recursive Running Total OR Lead/Lag Function for N number of...

[code="sql"]USE tempdb-- Table ScriptCREATE TABLE TestTable( ID INT, Period CHAR(10), ProjectID INT, Proportion NUMERIC(10,4) )-- Insert Data in TableINSERT INTO TestTableSELECT 3338 ,'Dec 2014',301,...

View Article


Importing spreadsheet in one single column

I am trying to import 1 spreadsheet to a database table. I am using SSMS export import wizard to import spreadsheet. My goal is to import whole spreadsheet in one single column , can I do that? Please...

View Article

Do you like icecream....

Answer here......[url=https://www.facebook.com/SongOne2014Online]Watch Song One Online[/url][url=https://www.facebook.com/WildCard2014Online]Watch Wild Card...

View Article

Logical Sql server developer Question

Hi, please help me to get below logic in Derived transformation, SSIS.Logic:ensure the Docket number is 5 digits and populate with leading zeros if not.I have to check input number field is 5 digits,...

View Article
Browsing all 3145 articles
Browse latest View live