Topics
Started by
Posts
Last post
I'm able to map to one hierarchy of an XML document at a time, but I need to retrieve data sitting …
5 replies
Hi I want to change the name of a column in all tables and views (rename Feild "Phone" To "TelePho…
16 replies
So my problem: I have to query Linked servers for Version number and evaluate it against another. …
3 replies
What I need to do is create a loop that loops through the data to produce an email to send out. th…
8 replies
I've been tasked with creating a table that contains a customer# and all doctors within certain pro…
2 replies
Hello. I ran the following script that too 3 hours 25 minutes to insert about 40,000 rows. Is the…
11 replies
Ok, this will get you started with sample data: create table #groupings ( ID int, EventName varchar…
9 replies
I am having a join issue because of duplicate value in my join keys. I cannot change the data sourc…
7 replies
I would like to know why I can't run openrowset the way that system stored procedures do? For exam…
3 replies
Hi I created a table CREATE TABLE IdentityProducts( productid int IDENTITY(1,1) NOT NULL, productn…
3 replies
Hi SELECT wt.session_id, ot.task_state, wt.wait_type, wt.wait_duration_ms, wt.blocking_session_id…
5 replies
Afternoon all, Looking for a bit of advice on something I am struggling to explain. I have 3 functi…
6 replies
Hi Everyone, DECLARE @CN VARCHAR (100) SET @CN = 'abc pvt Ltd' select * from [@CN'+'$Production] My…
2 replies
He everyone. I have a requirement to move a .xlsx file from a local location to a sharepoint site. …
2 replies
Hi, sorry about long thread but here we go, so i have been trying to figure this piece out as well …
1 replies
Viewing 15 topics - 2,941 through 2,955 (of 10,647 total)
You must be logged in to create new topics.