Viewing 15 posts - 7,006 through 7,020 (of 8,760 total)
Quick suggestion for a solution, if I got the description right;-)
😎
;WITH BASE_DATA(
DEP_ACCOUNT_NO
,DEP_SERVICED_AMT
...
September 21, 2014 at 12:11 am
Quick thought, is it possible that you were connecting to a different server yesterday?
😎
September 20, 2014 at 2:25 pm
Quick thought, can you change this to a stored procedure and set default values for the parameters?
😎
September 20, 2014 at 1:27 pm
Quick thought, run db-compare on source and destination to rule out changes on either end, something definitely has changed, question is what.
😎
September 20, 2014 at 1:25 pm
Setting the nocount on eliminates network jitter such as count of affected rows, generally a good practice.
😎
September 20, 2014 at 11:58 am
No problem there, temp tables are isolated by sessions, as long as they are not global (start with a double hash ##).
😎
September 20, 2014 at 9:11 am
Quick thought, looks like the browser service is not working.
😎
September 20, 2014 at 8:25 am
CptCrusty1 (9/20/2014)
If this works I am going to name my kids after you
Good stuff, make certain you get the spelling right:-D
😎
September 20, 2014 at 7:34 am
klgould1 (9/17/2014)
I am trying to increase the price of an product by a user entered % for items with Dishwasher in the...
September 20, 2014 at 6:21 am
Maybe this article Migrating a Database to SQL Azure using SSDT will help
😎
September 20, 2014 at 6:15 am
nikhil.desai1 (9/19/2014)
I our SQL server project we are using xp_cmdshell to generate .txt or .csv file. As per SQL sever hardening xp_cmdshell is a security risk. Is there any alternative...
September 20, 2014 at 6:08 am
jacksonandrew321 (9/20/2014)
HI Experts,I needs to run business-critical data management applications with enterprise-class sociability, high availability, and security. Which minimum SQL Server 2008 R2 edition will support my usage scenario?
Thanks
Guess...
September 20, 2014 at 5:57 am
okbangas (9/20/2014)
September 20, 2014 at 5:41 am
enriquemallon (9/20/2014)
September 20, 2014 at 4:06 am
I thought that might be the case;-)
Here is an adjustment to the code, picks the two last entries for each subject
😎
create table #temp(candId int identity(1,1),CanNum int,name varchar(50),Attempt1 int,Attempt2 int,attempt3...
September 20, 2014 at 12:30 am
Viewing 15 posts - 7,006 through 7,020 (of 8,760 total)