SqlACID

1,366
Reputation
167 views

Registered User

Name SqlACID
Member for 1 year
Seen 5 hours ago
Website
Location Upstate NY
Age 48
1d
comment SQL Symmetric Key and opening it from C#
Are you sure the error is on the open of the key and not the call to submitDataToDb?
2d
answered Creating SQL Server 2000 database using SQL Server 2008.
2d
accepted SQL Server CONVERT(NUMERIC(18,0), ‘’) fails but CONVERT(INT, ‘’) succeeds?
2d
answered SQL Server CONVERT(NUMERIC(18,0), ‘’) fails but CONVERT(INT, ‘’) succeeds?
Nov
23
answered How do you export to a file in a Stored Proc?
Nov
22
answered Read the Data from Excel sheet into datatable without empty rows in C#
Nov
20
answered SQL Server - bulk delete (truncate vs delete)
Nov
15
answered Generic Command Line SQL Program?
Nov
13
comment MSMQ: What can cause a “Insufficient resources to perform operation” error when receiving from a queue?
I agree, handles is my bet. What OS?
Oct
29
answered How do I import a COM object namespace/enumeration in Python?
Oct
28
awarded  Nice Answer
Oct
26
answered Interfacing with the end-user’s scanner from a webapp (web/scanner integration)
Oct
12
answered Running another program in Windows bat file and not create child process.
Sep
21
awarded  Yearling
Aug
27
awarded  Organizer
Aug
26
revised Using an external 32768 Hz crystal to control timer2 on atmega168
edited tags
Aug
26
accepted SQL Server 2005 stored procedure performance problem
Aug
26
answered OpenRowSet command in TSQL is returning NULLS
Aug
12
comment Parse strange field in Crystal Reports
What database platform? I think it would be easier and better to write a stored procedure that does the parsing and use that for the datasource in crystal. I wouldn't expect blazing performance on big tables no matter where you parse though.
Aug
6
comment Reporting Tool or Software for Printed Forms?
i feel your pain on the HCFA's; besides printer variances, humidity can cause preprinted forms to grow and shrink in width. Never heard of the Crystal guidelines issue, must keep an eye out for that!
Jul
22
comment Recommendations for single user access Database
Stored procedure, triggers, remote management via SSMS.
Jul
10
awarded  Citizen Patrol
Jul
7
answered SQL Server Management Studio Quirks - Allowing things it shouldn’t and then screaming at you for it
Jun
26
awarded  
Jun
23
accepted Is there any way to expand the Processes pane in Sql Server 2008 Activity Monitor?
Jun
23
answered Is there any way to expand the Processes pane in Sql Server 2008 Activity Monitor?
Jun
22
comment SQL Server 2000 - My query is running slowly, all of sudden
-1 ; seems like it would be better to find the cause of the problem and/or do some redesign if necessary. Tables with proper indexes and maintained statistics should scale and perform predictably.
Jun
21
accepted Backup DB task in SQL 2005 Maintenance Plan
Jun
21
answered Backup DB task in SQL 2005 Maintenance Plan
Jun
17
answered How can I see the execution plan for stored procedures and triggers in SQL Server?
Jun
17
comment Unable to connect to SQL2005 using VBScript
Double check your permissions and tables on the sql2005 server; your connection code works fine for me with sql 2000, 2005 and 2008.
Jun
12
comment What are Crystal Reports for .NET?
@geocoin don't worry the pain just increases in proportion to the version number
Jun
12
comment Convert pcl to image
+1 for PCLWorks
Jun
12
answered Rave Report that comes with Delphi 2006
Jun
11
comment Rave Report that comes with Delphi 2006
What version of Delphi/Rave? Are you using the visual designer or are the reports in code?
Jun
10
comment Why does my Perl script fail on “~/” but works with “$ENV{HOME}”?
+1 except it's "tilde"
Jun
10
comment What are some of your most useful database standards?
+1 for the implied joins, I'm tired of fixing queries like that.
Jun
10
comment Crystal report Dynamic parameter problem.
Any subreports? Any data coming from stored procedures without default parameters?
Jun
10
comment What is your longest-held programming assumption that turned out to be incorrect?
+1! I thought duck typing involved typing too. Or ducks. Or both.
Jun
9
answered Why are my SQL indexes being ignored?
Jun
5
comment SQL Server Performance Problem
How do the disk systems compare? RAID-?? Number of spindles? How about how where the data files are vs logs? Is the new box set to use all procs? (maxes at 4 for std ed I think) Also check the execution plans on both servers, make sure they are the same.
Jun
5
accepted Windows - Can console output inadvertently cause a system beep?
Jun
5
accepted TSQL dynamic adding of columns in stored procedure
Jun
5
answered TSQL dynamic adding of columns in stored procedure
Jun
5
comment VS2008 and Crystal Reports - Deployment restrictions?
I seem to remember the errors showing up after somewhere around 75 executions. Concurrent executions didn't cause a problem other than a performance hit on big reports.
Jun
3
answered VS2008 and Crystal Reports - Deployment restrictions?
Jun
3
answered Windows - Can console output inadvertently cause a system beep?