Topics
Started by
Posts
Last post
I have (Updlock,Rowlock) in a select statment(Transactional).The Select statment has a structure as…
5 replies
By: sayap
I performed an initial load of data into hundered of tables. I did not create the tables, if I had,…
3 replies
whenever I generate SQL statement of Forign key I got something like the below statement: ALTER TA…
13 replies
hi whats wrong with this exp =iif(trim(cstr(Fields!Total.Value ="")),"?",iif(trim(cstr(isnothing(Fi…
3 replies
How can I get my query to get results and stop timing-out when I include a varchar(max) field in my…
12 replies
By: andegre
I have a new sql server 2008 r2 database that I am in the process of setting up. I would like to kn…
1 replies
I am trying to copy an excel file to my table. I have 2 tables (Cert and Cert$). If I use Cert$, …
3 replies
--basically just need a quick way to remove leading zero's declare @string varchar(7) set @string …
11 replies
Am i missing something glaringly obvious here, i thought it would be good practice to play around w…
2 replies
Here is the scenario. I want to write a query to find out which employees have preformed a service…
13 replies
Hi All, Any help with this query is really appreciated. create table test(stageid int,sta…
5 replies
By: Deepthy
I have a table like this: Col1[Varchar(20)]Col2[numeric(28,2)]Col3[Datetime] DB112.242012-0…
1 replies
Hi All We use the below script to calculate the CPU usage across our servers DECLARE @ts_now BIGIN…
8 replies
Hiya, I have this script; USE [master] CREATE LOGIN [DOMAIN\User.Name] FROM WINDOWS WITH DEFAULT_DA…
3 replies
Have a situation here where a developer has written a query that includes a scalar UDF to parse thr…
38 replies
Viewing 15 topics - 6,316 through 6,330 (of 10,647 total)
You must be logged in to create new topics.